Skip to content

Commit e144c48

Browse files
authored
readme give possibility to copy/paste command into linux terminal (#368)
1 parent 10571b7 commit e144c48

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,10 @@ By default the container will use openstreetmap-carto if it is not specified. Ho
6767
docker run \
6868
-e DOWNLOAD_PBF=https://download.geofabrik.de/europe/luxembourg-latest.osm.pbf \
6969
-e DOWNLOAD_POLY=https://download.geofabrik.de/europe/luxembourg.poly \
70-
-e NAME_LUA=sample.lua
71-
-e NAME_STYLE=test.style
72-
-e NAME_MML=project.mml
73-
-e NAME_SQL=test.sql
70+
-e NAME_LUA=sample.lua \
71+
-e NAME_STYLE=test.style \
72+
-e NAME_MML=project.mml \
73+
-e NAME_SQL=test.sql \
7474
-v /home/user/openstreetmap-carto-modified:/data/style/ \
7575
-v osm-data:/data/database/ \
7676
overv/openstreetmap-tile-server \

0 commit comments

Comments
 (0)