We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6288026 commit d800002Copy full SHA for d800002
README.md
@@ -36,5 +36,5 @@ You can also do the same with Docker locally:
36
37
To serve the PMTiles run:
38
39
-`docker run --rm -p 7777:8080 -v $(pwd)/data/:/data/ --rm protomaps/go-pmtiles serve /data/ --public-url=http://localhost:7777 --cors=\*`
+`docker run --rm -p 7777:8080 -v $(pwd)/data/target/:/data/ --rm protomaps/go-pmtiles serve /data/ --public-url=http://localhost:7777 --cors=\*`
40
0 commit comments