Skip to content

Commit cbc686c

Browse files
authored
Merge pull request #96 from camptocamp/cleanup
Cleanup
2 parents ed6cbf1 + a7b045c commit cbc686c

File tree

5 files changed

+3
-6
lines changed

5 files changed

+3
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ docker compose up -d
4545
```
4646
Then 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

config.conf.tpl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ CONFIG
66
MS_ERRORFILE "stderr"
77
#endif
88

9-
PROJ_LIB _proj_lib
109
END
1110
MAPS
1211
BASEMAPS "/etc/mapserver/osm-google.map"

docker-compose.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
version: '2'
2-
31
services:
42
postgis:
53
build:

docker/postgis/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN groupadd nopwsudo \
1212

1313
RUN 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

1717
RUN mkdir /app \
1818
&& chown -R mapserveruser /app

docker/webserver/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM camptocamp/mapserver:master
1+
FROM camptocamp/mapserver:8.4-gdal3.10
22

33
RUN apt-get update && \
44
apt-get install --assume-yes --no-install-recommends git make python3 gcc curl unzip wget

0 commit comments

Comments
 (0)