README.md use the named data volume everywhere

master
Robin C. Ladiges 2019-07-11 22:26:18 +02:00 committed by GitHub
parent 4953b4f0c5
commit 6834a20707
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ If your import is an extract of the planet and has polygonal bounds associated w
docker run \
-v /absolute/path/to/luxembourg.osm.pbf:/data.osm.pbf \
-v /absolute/path/to/luxembourg.poly:/data.poly \
-v /openstreetmap-data:/var/lib/postgresql/10/main \
-v openstreetmap-data:/var/lib/postgresql/10/main \
overv/openstreetmap-tile-server \
import
```