Fix db hostname environment variable.
This commit is contained in:
parent
bcce5dea07
commit
d109adfecd
@ -7,7 +7,7 @@ services:
|
||||
- DB_USER_FILE=/run/secrets/db_username
|
||||
- DB_PASSWORD_FILE=/run/secrets/db_password
|
||||
- DB_DATABASE=xwiki
|
||||
- DB_HOST="${STACK_NAME}_db"
|
||||
- DB_HOST=${STACK_NAME}_db
|
||||
volumes:
|
||||
- xwiki-data:/usr/local/xwiki
|
||||
secrets:
|
||||
|
Loading…
x
Reference in New Issue
Block a user