mirror of
https://github.com/opelly27/WinStudentGoalTracker.git
synced 2026-05-20 01:47:41 +00:00
15 lines
256 B
YAML
15 lines
256 B
YAML
services:
|
|
mysql:
|
|
image: mysql:8.0
|
|
container_name: winstudent-mysql
|
|
restart: unless-stopped
|
|
env_file:
|
|
- .env
|
|
ports:
|
|
- "3309:3306"
|
|
volumes:
|
|
- win_mysql_data:/var/lib/mysql
|
|
|
|
volumes:
|
|
win_mysql_data:
|