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
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%",