Update README.md

This commit is contained in:
Dave Conway-Jones 2021-03-08 15:52:09 +00:00
parent bdd2d97289
commit 61cc435538
No known key found for this signature in database
GPG Key ID: 88BA2B8A411BE9FF

View File

@ -634,7 +634,7 @@ You can then add a new WMS Base layer by injecting a message like
#### Using a Docker Map Server #### Using a Docker Map Server
You can use a docker continaer like https://hub.docker.com/r/camptocamp/mapserver, then assuming you have the mapfile 'my-app.map' in the current working directory, you could mount it as: You can use a docker container like https://hub.docker.com/r/camptocamp/mapserver, then assuming you have the mapfile 'my-app.map' in the current working directory, you could mount it as:
``` ```
docker run -d --name camptocamp -v $(pwd):/etc/mapserver/:ro -p 1881:80 camptocamp/mapserver docker run -d --name camptocamp -v $(pwd):/etc/mapserver/:ro -p 1881:80 camptocamp/mapserver
``` ```