0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-03-14 18:35:08 +01:00

Remove workaround to create the postgres db (fix #886)

This reverts commit 4df6f79568.
The upstream bug has been fixed in https://github.com/nextcloud/server/pull/15187

Signed-off-by: J0WI <J0WI@users.noreply.github.com>
This commit is contained in:
J0WI 2020-01-11 01:59:12 +01:00
parent d9ab30a969
commit 6b34d54c88
8 changed files with 8 additions and 8 deletions

View file

@ -1,2 +1,3 @@
POSTGRES_PASSWORD=
POSTGRES_USER=postgres
POSTGRES_DB=nextcloud
POSTGRES_USER=nextcloud

View file

@ -18,7 +18,6 @@ services:
- nextcloud:/var/www/html
environment:
- POSTGRES_HOST=db
- POSTGRES_DB=nextcloud
env_file:
- db.env
depends_on:

View file

@ -1,2 +1,3 @@
POSTGRES_PASSWORD=
POSTGRES_USER=postgres
POSTGRES_DB=nextcloud
POSTGRES_USER=nextcloud

View file

@ -16,7 +16,6 @@ services:
- nextcloud:/var/www/html
environment:
- POSTGRES_HOST=db
- POSTGRES_DB=nextcloud
env_file:
- db.env
depends_on:

View file

@ -1,2 +1,3 @@
POSTGRES_PASSWORD=
POSTGRES_USER=postgres
POSTGRES_DB=nextcloud
POSTGRES_USER=nextcloud

View file

@ -19,7 +19,6 @@ services:
- LETSENCRYPT_HOST=
- LETSENCRYPT_EMAIL=
- POSTGRES_HOST=db
- POSTGRES_DB=nextcloud
env_file:
- db.env
depends_on:

View file

@ -1,2 +1,3 @@
POSTGRES_PASSWORD=
POSTGRES_USER=postgres
POSTGRES_DB=nextcloud
POSTGRES_USER=nextcloud

View file

@ -16,7 +16,6 @@ services:
- nextcloud:/var/www/html
environment:
- POSTGRES_HOST=db
- POSTGRES_DB=nextcloud
env_file:
- db.env
depends_on: