feat: change port
This commit is contained in:
parent
6a5498a7a3
commit
1a9a31dfa1
|
|
@ -49,7 +49,7 @@ services:
|
|||
volumes:
|
||||
- mysql-data:/var/lib/mysql
|
||||
ports:
|
||||
- "3307:3306" # Optionnel, pour accès externe à MySQL
|
||||
- "3308:3306" # Optionnel, pour accès externe à MySQL
|
||||
|
||||
volumes:
|
||||
mysql-data:
|
||||
|
|
|
|||
Loading…
Reference in New Issue