diff --git a/README.md b/README.md index 1903cff..ae534db 100644 --- a/README.md +++ b/README.md @@ -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 used in your local system): +``` +docker compose up -d +``` +Then use your navigator to go there: +``` +http://localhost/cgi-bin/mapserv?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetCapabilities +``` +