Another attempt via dhcp

This commit is contained in:
Cian Hughes
2024-01-12 19:00:38 +00:00
parent 7045ec3d45
commit 076e558e75
3 changed files with 6 additions and 6 deletions

View File

@@ -73,7 +73,7 @@ services:
- elabftw_secret_key
environment:
SECRET_KEY: $${cat /run/secrets/elabftw_secret_key}
DB_HOST: "172.252.1.7"
DB_HOST: "backend_mysql" # "172.252.1.7"
DB_PORT: "3306"
DB_NAME: "elabftw"
DB_USER: "elabftw"