Skip to content

Commit

Permalink
README.md use the named data volume everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
Istador authored Jul 11, 2019
1 parent 4953b4f commit 6834a20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit 6834a20

Please sign in to comment.