Skip to content

Commit

Permalink
Remove workaround to create the postgres db (fix nextcloud#886) (next…
Browse files Browse the repository at this point in the history
…cloud#961)

This reverts commit 4df6f79.
The upstream bug has been fixed in nextcloud/server#15187

Signed-off-by: J0WI <J0WI@users.noreply.github.com>
  • Loading branch information
J0WI authored and pierreozoux committed Jan 23, 2020
1 parent e93b6a4 commit c453d74
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
3 changes: 2 additions & 1 deletion .examples/docker-compose/insecure/postgres/apache/db.env
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
POSTGRES_PASSWORD=
POSTGRES_USER=postgres
POSTGRES_DB=nextcloud
POSTGRES_USER=nextcloud
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ services:
- nextcloud:/var/www/html
environment:
- POSTGRES_HOST=db
- POSTGRES_DB=nextcloud
env_file:
- db.env
depends_on:
Expand Down
3 changes: 2 additions & 1 deletion .examples/docker-compose/insecure/postgres/fpm/db.env
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
POSTGRES_PASSWORD=
POSTGRES_USER=postgres
POSTGRES_DB=nextcloud
POSTGRES_USER=nextcloud
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ services:
- nextcloud:/var/www/html
environment:
- POSTGRES_HOST=db
- POSTGRES_DB=nextcloud
env_file:
- db.env
depends_on:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
POSTGRES_PASSWORD=
POSTGRES_USER=postgres
POSTGRES_DB=nextcloud
POSTGRES_USER=nextcloud
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ services:
- LETSENCRYPT_HOST=
- LETSENCRYPT_EMAIL=
- POSTGRES_HOST=db
- POSTGRES_DB=nextcloud
env_file:
- db.env
depends_on:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
POSTGRES_PASSWORD=
POSTGRES_USER=postgres
POSTGRES_DB=nextcloud
POSTGRES_USER=nextcloud
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ services:
- nextcloud:/var/www/html
environment:
- POSTGRES_HOST=db
- POSTGRES_DB=nextcloud
env_file:
- db.env
depends_on:
Expand Down

0 comments on commit c453d74

Please sign in to comment.