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 d2079edCopy full SHA for d2079ed
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 already used in your local system):
43
+```
44
+docker compose up -d
45
46
+Then use your browser to go to:
47
48
+http://localhost/cgi-bin/mapserv?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetCapabilities
49
50
0 commit comments