We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 451f335 commit b82e37bCopy full SHA for b82e37b
Dockerfile
@@ -135,8 +135,8 @@ RUN echo "LoadModule tile_module /usr/lib/apache2/modules/mod_tile.so" >> /etc/a
135
&& a2enconf mod_tile && a2enconf mod_headers
136
COPY apache.conf /etc/apache2/sites-available/000-default.conf
137
COPY leaflet-demo.html /var/www/html/index.html
138
-RUN ln -sf /proc/1/fd/1 /var/log/apache2/access.log \
139
- && ln -sf /proc/1/fd/2 /var/log/apache2/error.log
+RUN ln -sf /dev/stdout /var/log/apache2/access.log \
+ && ln -sf /dev/stderr /var/log/apache2/error.log
140
141
# Configure PosgtreSQL
142
COPY postgresql.custom.conf.tmpl /etc/postgresql/10/main/
0 commit comments