Skip to content

Commit 2313b00

Browse files
authored
Merge pull request #46 from Istador/patch-1
README.md use the named data volume everywhere
2 parents 4953b4f + 6834a20 commit 2313b00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ If your import is an extract of the planet and has polygonal bounds associated w
2828
docker run \
2929
-v /absolute/path/to/luxembourg.osm.pbf:/data.osm.pbf \
3030
-v /absolute/path/to/luxembourg.poly:/data.poly \
31-
-v /openstreetmap-data:/var/lib/postgresql/10/main \
31+
-v openstreetmap-data:/var/lib/postgresql/10/main \
3232
overv/openstreetmap-tile-server \
3333
import
3434
```

0 commit comments

Comments
 (0)