fix: remove MySQL external port 3307 (conflicts with server)

This commit is contained in:
Nabil Derouiche 2026-04-19 20:22:57 +01:00
parent b33cd12d09
commit 62ac11a177
1 changed files with 0 additions and 2 deletions

View File

@ -18,8 +18,6 @@ services:
MYSQL_PASSWORD: rayhan_erp_2024 MYSQL_PASSWORD: rayhan_erp_2024
volumes: volumes:
- mysql_data:/var/lib/mysql - mysql_data:/var/lib/mysql
ports:
- "3307:3306"
networks: networks:
- rayhan-net - rayhan-net
healthcheck: healthcheck: