fix the osmtile db path
This commit is contained in:
parent
b559ea4c9f
commit
975bb9c9f5
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ services:
|
||||||
- "DOWNLOAD_PBF=https://download.geofabrik.de/europe/bulgaria-latest.osm.pbf"
|
- "DOWNLOAD_PBF=https://download.geofabrik.de/europe/bulgaria-latest.osm.pbf"
|
||||||
- "DOWNLOAD_POLY=https://download.geofabrik.de/europe/bulgaria.poly"
|
- "DOWNLOAD_POLY=https://download.geofabrik.de/europe/bulgaria.poly"
|
||||||
volumes:
|
volumes:
|
||||||
- "./data/osmtile/pgdata:/var/lib/postgresql/data/"
|
- "./data/osmtile/pgdata:/var/lib/postgresql/12/main"
|
||||||
networks:
|
networks:
|
||||||
- internal
|
- internal
|
||||||
#entrypoint: "/run.sh import"
|
#entrypoint: "/run.sh import"
|
||||||
|
|
Loading…
Reference in a new issue