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:
- 'osm-postgis-data:/var/lib/postgresql'
# Uncomment to use the postgis database from outside the docker network
ports:
- "35432:5432"
# ports:
# - "35432:5432"
healthcheck:
test: "exit 0"