From 6834a20707c04f1f1e96d2a0e20fca6b1f9c7424 Mon Sep 17 00:00:00 2001 From: "Robin C. Ladiges" Date: Thu, 11 Jul 2019 22:26:18 +0200 Subject: [PATCH] README.md use the named data volume everywhere --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 584e3b0..f0d7433 100644 --- a/README.md +++ b/README.md @@ -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 ```