Followup 0745c488, fix references to 9.4

pull/45/head
Matthias Kuhn 2016-06-28 10:10:03 +02:00
rodzic c97ea78fca
commit 6b778869d7
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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

Wyświetl plik

@ -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