Expose Mysql ports using

docker compose -f docker-compose.yml -f mysql-ports-3307.yml up -d
This commit is contained in:
2026-02-27 13:49:09 +02:00
parent 03c90eb26a
commit 69d1b32c7c
2 changed files with 8 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
services:
mysql:
ports:
- "3307:3306"