From 61cc4355386b07c7a631f8805c0a0df322eb7338 Mon Sep 17 00:00:00 2001 From: Dave Conway-Jones Date: Mon, 8 Mar 2021 15:52:09 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 19f85eb..312749e 100644 --- a/README.md +++ b/README.md @@ -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 ```