remove port from docker-compose

pull/73/merge
Etienne Trimaille 2018-09-01 14:43:05 -04:00
rodzic 21da5833e9
commit 97d350d3eb
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: F498BE2C49372269
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -21,8 +21,8 @@ services:
volumes: volumes:
- 'osm-postgis-data:/var/lib/postgresql' - 'osm-postgis-data:/var/lib/postgresql'
# Uncomment to use the postgis database from outside the docker network # Uncomment to use the postgis database from outside the docker network
ports: # ports:
- "35432:5432" # - "35432:5432"
healthcheck: healthcheck:
test: "exit 0" test: "exit 0"