1
0
mirror of https://github.com/nextcloud/docker.git synced 2024-06-30 13:10:50 +02:00
docker-nextcloud/.examples/docker-compose/insecure/postgres/apache/db.env
J0WI fbdb70e856
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>
2020-01-13 16:11:28 +00:00

4 lines
65 B
Bash

POSTGRES_PASSWORD=
POSTGRES_DB=nextcloud
POSTGRES_USER=nextcloud