fix db user for nextcloud
This commit is contained in:
parent
aba119e127
commit
17136e2953
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ services:
|
||||||
volume:
|
volume:
|
||||||
nocopy: true
|
nocopy: true
|
||||||
environment:
|
environment:
|
||||||
- POSTGRES_USER=swarm
|
- POSTGRES_USER=nextcloud
|
||||||
- POSTGRES_DB=nextcloud
|
- POSTGRES_DB=nextcloud
|
||||||
- POSTGRES_PASSWORD={{ database_passwords.nextcloud }}
|
- POSTGRES_PASSWORD={{ database_passwords.nextcloud }}
|
||||||
- POSTGRES_HOST=192.168.30.10
|
- POSTGRES_HOST=192.168.30.10
|
||||||
|
|
Reference in a new issue