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
|
||||
volumes:
|
||||
- mysql_data:/var/lib/mysql
|
||||
ports:
|
||||
- "3307:3306"
|
||||
networks:
|
||||
- rayhan-net
|
||||
healthcheck:
|
||||
|
|
|
|||
Loading…
Reference in New Issue