Skip to content

Commit 450f485

Browse files
author
Homme Zwaagstra
committed
README fix.
1 parent 92b2c49 commit 450f485

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Mapserver in Docker
22

3-
[![](https://imagelayers.io/badge/geodata/mapserver:latest.svg)](https://imagelayers.io/?images=geodata/gdal:latest)
3+
[![](https://imagelayers.io/badge/geodata/mapserver:latest.svg)](https://imagelayers.io/?images=geodata/mapserver:latest)
44

55
This is an Ubuntu derived image containing
66
[MapServer](http://www.mapserver.org/) running under the Nginx web server as a
@@ -31,6 +31,5 @@ bind mounts or in a derived image. E.g. assuming you have the mapfile
3131

3232
docker run -v $(pwd):/maps:ro -p 8080:80 geodata/mapserver
3333

34-
You will then be able to access the map from your host machine at:
35-
36-
http://localhost:8080/?map=/maps/my-app.map&mode=map
34+
You will then be able to access the map from your host machine at
35+
<http://localhost:8080/?map=/maps/my-app.map&mode=map>.

0 commit comments

Comments
 (0)