fix(opsi_server): Connect to MySQL on TCP port 3306
This commit is contained in:
@@ -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}"
|
||||
|
Reference in New Issue
Block a user