kopia lustrzana https://github.com/kartoza/docker-postgis
Merge pull request #48 from jancelin/patch-1
problem postgresql version on start-postgis.shpull/49/head
commit
932d4ba7a6
|
@ -67,7 +67,7 @@ fi
|
|||
# Usage is: docker run [...] -e ALLOW_IP_RANGE='192.168.0.0/16'
|
||||
if [ "$ALLOW_IP_RANGE" ]
|
||||
then
|
||||
echo "host all all $ALLOW_IP_RANGE md5" >> /etc/postgresql/9.4/main/pg_hba.conf
|
||||
echo "host all all $ALLOW_IP_RANGE md5" >> /etc/postgresql/9.5/main/pg_hba.conf
|
||||
fi
|
||||
|
||||
# redirect user/pass into a file so we can echo it into
|
||||
|
|
Ładowanie…
Reference in New Issue