Update docker-compose.yml

This commit is contained in:
CalciumIon
2024-11-30 21:36:34 +08:00
parent 1035a8e0df
commit 2d1b2676f7

View File

@@ -43,8 +43,8 @@ services:
MYSQL_DATABASE: new-api
volumes:
- mysql_data:/var/lib/mysql
ports:
- "3306:3306" # If you want to access MySQL from outside Docker, uncomment
# ports:
# - "3306:3306" # If you want to access MySQL from outside Docker, uncomment
volumes:
mysql_data: