We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd40f22 commit 0189444Copy full SHA for 0189444
README.md
@@ -35,3 +35,16 @@
35
https://mapserver.org/basemaps/style.html.
36
37
- Windows users can follow the steps at https://github.com/MapServer/MapServer/wiki/RenderingOsmDataWindows
38
+
39
+## Docker installation
40
41
+After installing Docker and docker compose, run the following command (port 80
42
+should not be used in your local system):
43
+```
44
+docker compose up -d
45
46
+Then use your navigator to go there:
47
48
+http://localhost/cgi-bin/mapserv?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetCapabilities
49
50
0 commit comments