mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-04 13:08:45 +02:00
Update Dockerfile
This commit is contained in:
@@ -49,7 +49,7 @@ RUN \
|
|||||||
&& cp -rf /var/* /var2/ \
|
&& cp -rf /var/* /var2/ \
|
||||||
&& chown -R www-data:www-data /var2/www/webtrees \
|
&& chown -R www-data:www-data /var2/www/webtrees \
|
||||||
# Allow healthcheck
|
# Allow healthcheck
|
||||||
&& for files in /etc/apache2/sites-available/*; do sed -i "/<Directory/i\ BrowserMatchNoCase ^healthcheck nolog" "$files"; done
|
&& for files in /etc/apache2/sites-*/*.conf; do sed -i "/<Directory/i\ BrowserMatchNoCase ^healthcheck nolog" "$files"; done \
|
||||||
|
|
||||||
##################
|
##################
|
||||||
# 3 Install apps #
|
# 3 Install apps #
|
||||||
|
|||||||
Reference in New Issue
Block a user