Mercurial > dive4elements > river
comparison docker/Dockerfile.mapserv @ 9755:0834c2591e14 3.2.x
Route MapServer through wiki container
This reduces the need for local configuration changes to get
a working Docker-based setup.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Wed, 12 Oct 2022 12:53:36 +0200 |
parents | 68c6fe74a276 |
children |
comparison
equal
deleted
inserted
replaced
9754:cd07130ded8d | 9755:0834c2591e14 |
---|---|
45 ADD mapserver/cgi-bin /var/www/cgi-bin | 45 ADD mapserver/cgi-bin /var/www/cgi-bin |
46 | 46 |
47 # httpd config | 47 # httpd config |
48 ADD httpd-mapserver.conf /etc/httpd/conf.d/ | 48 ADD httpd-mapserver.conf /etc/httpd/conf.d/ |
49 | 49 |
50 EXPOSE 80 | |
51 CMD ["/usr/sbin/httpd", "-DFOREGROUND"] | 50 CMD ["/usr/sbin/httpd", "-DFOREGROUND"] |