🔧 update database deployment

main
Vincent ASTOLFI 8 months ago
parent 4c1b0352e1
commit c635707c1d

@ -27,6 +27,8 @@ services:
MYSQL_DATABASE: battleship MYSQL_DATABASE: battleship
ports: ports:
- "3306:3306" - "3306:3306"
networks:
- app-network
volumes: volumes:
- ./db:/docker-entrypoint-initdb.d - ./db:/docker-entrypoint-initdb.d

Loading…
Cancel
Save