Fix env variables for Nextcloud
This commit is contained in:
parent
d443c29907
commit
7866b614ac
1 changed files with 3 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue