fix: remove MySQL external port 3307 (conflicts with server)
This commit is contained in:
parent
b33cd12d09
commit
62ac11a177
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue