Fix env variables for Nextcloud

This commit is contained in:
Jesper Hess 2018-06-23 19:44:27 +02:00
parent d443c29907
commit 7866b614ac
Signed by untrusted user: graffen
GPG Key ID: 351A89E40D763F0F
1 changed files with 3 additions and 2 deletions

View File

@ -18,8 +18,9 @@ services:
restart: always
environment:
- POSTGRES_HOST=db
env_file:
- nextcloud-db.env
- POSTGRES_PASSWORD=hest
- POSTGRES_DB=nextcloud
- POSTGRES_USER=nextcloud
depends_on:
- db
volumes: