File tree Expand file tree Collapse file tree 5 files changed +3
-6
lines changed
Expand file tree Collapse file tree 5 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,6 @@ docker compose up -d
4545```
4646Then use your browser to go to:
4747```
48- http://localhost/cgi-bin/mapserv ?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetCapabilities
48+ http://localhost?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetCapabilities
4949```
5050
Original file line number Diff line number Diff line change 66 MS_ERRORFILE "stderr"
77#endif
88
9- PROJ_LIB _proj_lib
109 END
1110 MAPS
1211 BASEMAPS "/etc/mapserver/osm-google.map"
Original file line number Diff line number Diff line change 1- version : ' 2'
2-
31services :
42 postgis :
53 build :
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ RUN groupadd nopwsudo \
1212
1313RUN apt-get update \
1414 && DEBIAN_FRONTEND=noninteractive apt-get install -y \
15- git make build-essential python wget unzip mapserver-bin cgi-mapserver
15+ git make build-essential python3 wget unzip mapserver-bin cgi-mapserver
1616
1717RUN mkdir /app \
1818 && chown -R mapserveruser /app
Original file line number Diff line number Diff line change 1- FROM camptocamp/mapserver:master
1+ FROM camptocamp/mapserver:8.4-gdal3.10
22
33RUN apt-get update && \
44 apt-get install --assume-yes --no-install-recommends git make python3 gcc curl unzip wget
You can’t perform that action at this time.
0 commit comments