File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Mapserver in Docker
2
2
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 )
4
4
5
5
This is an Ubuntu derived image containing
6
6
[ 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
31
31
32
32
docker run -v $(pwd):/maps:ro -p 8080:80 geodata/mapserver
33
33
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 > .
You can’t perform that action at this time.
0 commit comments