Address comments from @gustry in PR #57

pull/57/head
Tim Sutton 2018-06-20 00:14:35 +02:00
rodzic cb30f182fb
commit d4d414e8b6
2 zmienionych plików z 18 dodań i 15 usunięć

Wyświetl plik

@ -1,7 +1,10 @@
# Useage:
# Usage:
# docker-compose -f docker-compose.yml -f docker-compose-web.yml
version: '2.1'
services:
qgisserver:
image: kartoza/qgis-server:2.18
hostname: dockerosm_qgisserver

Wyświetl plik

@ -18,8 +18,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"
restart: unless-stopped