Update README.md

pull/163/head
Dave Conway-Jones 4 years ago
parent bdd2d97289
commit 61cc435538
No known key found for this signature in database
GPG Key ID: 88BA2B8A411BE9FF

@ -634,7 +634,7 @@ You can then add a new WMS Base layer by injecting a message like
#### 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
```

Loading…
Cancel
Save