kopia lustrzana https://github.com/kartoza/docker-postgis
Followup 0745c488
, fix references to 9.4
rodzic
c97ea78fca
commit
6b778869d7
|
@ -30,7 +30,7 @@ kartoza/postgis:[postgres_version]-[postgis-version]
|
|||
|
||||
So for example:
|
||||
|
||||
``kartoza/postgis:9.4-2.1`` Provides PostgreSQL 9.4, PostGIS 2.1
|
||||
``kartoza/postgis:9.5-2.2`` Provides PostgreSQL 9.5, PostGIS 2.2
|
||||
|
||||
**Note:** We highly recommend that you use tagged versions because
|
||||
successive minor versions of PostgreSQL write their database clusters
|
||||
|
|
|
@ -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