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 restart: always
environment: environment:
- POSTGRES_HOST=db - POSTGRES_HOST=db
env_file: - POSTGRES_PASSWORD=hest
- nextcloud-db.env - POSTGRES_DB=nextcloud
- POSTGRES_USER=nextcloud
depends_on: depends_on:
- db - db
volumes: volumes: