Merge remote-tracking branch 'upstream/9.5-2.2' into 9.5-2.2

pull/73/head
Tim Sutton 2017-10-20 18:27:36 +02:00
commit 9a122d3666
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -6,6 +6,7 @@ CONF="/etc/postgresql/9.5/main/postgresql.conf"
# Restrict subnet to docker private network
echo "host all all 172.17.0.0/16 md5" >> /etc/postgresql/9.5/main/pg_hba.conf
echo "host all all 172.18.0.0/16 md5" >> /etc/postgresql/9.5/main/pg_hba.conf
# And allow access from DockerToolbox / Boottodocker on OSX
echo "host all all 192.168.0.0/16 md5" >> /etc/postgresql/9.5/main/pg_hba.conf
# Listen on all ip addresses