Merge pull request #5671 from nextcloud/enh/5660/allow-adjust-name-of-container

nextcloud: allow to adjust name of nextcloud container
This commit is contained in:
Simon L. 2024-12-05 15:24:24 +01:00 committed by GitHub
commit 0cf6b07247
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 3 deletions

View file

@ -202,6 +202,7 @@
}
],
"environment": [
"NEXTCLOUD_HOST=nextcloud-aio-nextcloud",
"POSTGRES_HOST=nextcloud-aio-database",
"POSTGRES_PORT=5432",
"POSTGRES_PASSWORD=%DATABASE_PASSWORD%",