fix(opsi_server): Connect to MySQL on TCP port 3306

This commit is contained in:
2025-08-27 19:25:34 +02:00
parent 1568f8ce29
commit f65dccb871

View File

@@ -41,6 +41,7 @@ services:
domainname: "${DOMAINNAME}"
environment:
<<: [ *common-grafana-variables, *common-mysql-variables, *common-redis-variables ]
MYSQL_PORT: "3306"
OPSI_ADMIN_PASSWORD: "${OPSI_ADMIN_PASSWORD}"
OPSI_ROOT_PASSWORD: "${OPSI_ROOT_PASSWORD}"
OPSICONFD_LOG_LEVEL: "${OPSICONFD_LOG_LEVEL:-6}"