Skip to content

Commit

Permalink
Improve README for docker installation
Browse files Browse the repository at this point in the history
  • Loading branch information
yjacolin committed Jul 1, 2024
1 parent bd40f22 commit d2079ed
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 d2079ed

Please sign in to comment.