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

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-13 16:11:28 +00:00 committed by GitHub
parent 15ea896496
commit fbdb70e856
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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: