mirror of
https://github.com/opelly27/WinStudentGoalTracker.git
synced 2026-05-20 01:47:41 +00:00
latest
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
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:
|
||||
Reference in New Issue
Block a user