Update docker-compose.yml

This commit is contained in:
2025-11-28 18:59:45 +00:00
parent 6388db1026
commit fec615db26

View File

@@ -13,7 +13,7 @@ services:
volumes: volumes:
- ./mysql-data:/var/lib/mysql - ./mysql-data:/var/lib/mysql
ports: ports:
- "3306:3306" # pour te connecter depuis ton Mac / un client SQL - "3366:3306" # pour te connecter depuis ton Mac / un client SQL
networks: networks:
- gameovergne - gameovergne
restart: unless-stopped restart: unless-stopped