mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-09 15:05:35 +00:00
12 lines
181 B
YAML
12 lines
181 B
YAML
version: "3.8"
|
|
|
|
services:
|
|
my-links-dev-db:
|
|
container_name: my-links-dev-db
|
|
image: mysql:latest
|
|
restart: always
|
|
env_file:
|
|
- .env
|
|
ports:
|
|
- 3306:3306
|