kopia lustrzana https://github.com/kartoza/docker-postgis
remove replication password which is repeated
rodzic
c80597fcd0
commit
e78909e5b5
|
@ -253,10 +253,6 @@ if [ -z "${REPLICATION_USER}" ]; then
|
||||||
REPLICATION_USER=replicator
|
REPLICATION_USER=replicator
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -z "${REPLICATION_PASS}" ]; then
|
|
||||||
REPLICATION_PASS=replicator
|
|
||||||
fi
|
|
||||||
|
|
||||||
|
|
||||||
if [ -z "$IGNORE_INIT_HOOK_LOCKFILE" ]; then
|
if [ -z "$IGNORE_INIT_HOOK_LOCKFILE" ]; then
|
||||||
IGNORE_INIT_HOOK_LOCKFILE=false
|
IGNORE_INIT_HOOK_LOCKFILE=false
|
||||||
|
|
Ładowanie…
Reference in New Issue