Update docker-compose.yml
This commit is contained in:
@@ -43,8 +43,8 @@ services:
|
|||||||
MYSQL_DATABASE: new-api
|
MYSQL_DATABASE: new-api
|
||||||
volumes:
|
volumes:
|
||||||
- mysql_data:/var/lib/mysql
|
- mysql_data:/var/lib/mysql
|
||||||
ports:
|
# ports:
|
||||||
- "3306:3306" # If you want to access MySQL from outside Docker, uncomment
|
# - "3306:3306" # If you want to access MySQL from outside Docker, uncomment
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
mysql_data:
|
mysql_data:
|
||||||
|
|||||||
Reference in New Issue
Block a user