fix db user for nextcloud

This commit is contained in:
Pim Kunis 2023-06-17 11:26:46 +02:00 committed by Gitea
parent 9658df9eba
commit a98e1107b6

View file

@ -22,7 +22,7 @@ services:
volume:
nocopy: true
environment:
- POSTGRES_USER=swarm
- POSTGRES_USER=nextcloud
- POSTGRES_DB=nextcloud
- POSTGRES_PASSWORD={{ database_passwords.nextcloud }}
- POSTGRES_HOST=192.168.30.10