DONE: fix mysql service cannot communicate
Build Docker Image / build-backend (push) Successful in 11s

This commit is contained in:
ISMAIL MASSERAN
2026-07-23 12:14:07 +08:00
parent e367cc1a16
commit cdb1eb0902
3 changed files with 7 additions and 7 deletions
+3 -2
View File
@@ -1,9 +1,10 @@
# Host ports (change these if they collide on your single server)
BACKEND_HOST_PORT=8080
MYSQL_HOST_PORT=3306
# MySQL is internal-only (not published to the host)
# MySQL
MYSQL_ROOT_PASSWORD=password
# Quote if the password contains special chars like ; # $
MYSQL_ROOT_PASSWORD="password"
MYSQL_DATABASE=qms
# App