expose database port in composefile

This commit is contained in:
2026-01-18 21:17:11 +01:00
parent c775ba686b
commit 43de918fa3

View File

@ -7,8 +7,8 @@ services:
MYSQL_USER: fail
MYSQL_PASSWORD: fail
MYSQL_DATABASE: fail
# ports:
# - "3306:3306"
ports:
- "3306:3306"
networks:
- fail-network