fix: get the full addr

This commit is contained in:
decentral1se 2021-12-13 12:46:00 +01:00
parent aa7357596a
commit 184252de29
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 1 additions and 1 deletions

View File

@ -767,7 +767,7 @@ database:
user: synapse
password: {{ env "db_password" }}
database: synapse
host: db
host: "{{ env "STACK_NAME"}}_db"
port: 5432
cp_min: 5
cp_max: 10