fix volume name

pull/89/head
admire 2020-01-02 10:01:51 +02:00
rodzic ef92acedff
commit e1fc80cfee
1 zmienionych plików z 3 dodań i 4 usunięć

Wyświetl plik

@ -24,7 +24,6 @@ services:
# - ALLOW_IP_RANGE= 0.0.0.0/0 # - ALLOW_IP_RANGE= 0.0.0.0/0
volumes: volumes:
- osm-postgis-data:/var/lib/postgresql - osm-postgis-data:/var/lib/postgresql
- ./settings:/home/settings
# 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"
@ -37,13 +36,13 @@ services:
container_name: dockerosm_pbf_download container_name: dockerosm_pbf_download
volumes: volumes:
# These are sharable to other containers # These are sharable to other containers
- settings:/home/settings - osm_settings:/home/settings
environment: environment:
# Read the README in docker-osm-pbf # Read the README in docker-osm-pbf
- CONTINENT=africa - CONTINENT=africa
- COUNTRY=lesotho - COUNTRY=lesotho
- BASE_URL='http://download.geofabrik.de' - BASE_URL=http://download.geofabrik.de
- MAPPING_URL='https://raw.githubusercontent.com/kartoza/docker-osm/develop/settings' - MAPPING_URL=https://raw.githubusercontent.com/kartoza/docker-osm/develop/settings
- GEOJSON_URL='' - GEOJSON_URL=''
imposm: imposm: