Update Dockerfile

This commit is contained in:
Olivier DEBAUCHE 2021-06-16 11:42:29 +02:00 committed by GitHub
parent 8624b88d34
commit 1b3acd9636
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,8 @@
FROM ubuntu:20.04 FROM ubuntu:20.04
# Based on # Based on
# https://switch2osm.org/serving-tiles/manually-building-a-tile-server-18-04-lts/ # https://switch2osm.org/serving-tiles/manually-building-a-tile-server-20-04-lts/
# https://github.com/Overv/openstreetmap-tile-server
# Set up environment # Set up environment
ENV TZ=UTC ENV TZ=UTC
@ -160,7 +161,7 @@ COPY leaflet-demo.html /var/www/html/index.html
RUN ln -sf /dev/stdout /var/log/apache2/access.log \ RUN ln -sf /dev/stdout /var/log/apache2/access.log \
&& ln -sf /dev/stderr /var/log/apache2/error.log \ && ln -sf /dev/stderr /var/log/apache2/error.log \
&& sed -i -e 's/80/8080/g' /etc/apache2/ports.conf \ && sed -i -e 's/80/8080/g' /etc/apache2/ports.conf \
&& sed -i -e 's/80/8080/g' /etc/apache2/sites-available/* \ && sed -i -e 's/80/8080/g' /etc/apache2/sites-available/*
# Configure Varnish # Configure Varnish
RUN systemctl start varnish \ RUN systemctl start varnish \