Skip to content

Commit d2079ed

Browse files
committed
Improve README for docker installation
1 parent bd40f22 commit d2079ed

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,16 @@
3535
https://mapserver.org/basemaps/style.html.
3636

3737
- 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

Comments
 (0)