Skip to content

Commit

Permalink
Merge pull request #92 from MapServer/README-docker
Browse files Browse the repository at this point in the history
Improve README for docker installation
  • Loading branch information
yjacolin authored Jul 1, 2024
2 parents bd40f22 + d2079ed commit 02508de
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,16 @@
https://mapserver.org/basemaps/style.html.

- Windows users can follow the steps at https://github.com/MapServer/MapServer/wiki/RenderingOsmDataWindows

## Docker installation

After installing docker and docker compose, run the following command (port 80
should not be already used in your local system):
```
docker compose up -d
```
Then use your browser to go to:
```
http://localhost/cgi-bin/mapserv?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetCapabilities
```

0 comments on commit 02508de

Please sign in to comment.