1
0
mirror of https://github.com/pi-hole/docker-pi-hole.git synced 2024-06-27 19:55:14 +02:00

update debian arm to user unified start.sh

This commit is contained in:
diginc 2016-10-30 12:19:05 -05:00
parent 6a1d16d6fb
commit 73f7dd7636

View File

@ -59,7 +59,7 @@ RUN grep -q '^user=root' || echo 'user=root' >> /etc/dnsmasq.conf
# php config start passes special ENVs into # php config start passes special ENVs into
ENV PHP_ENV_CONFIG '/etc/lighttpd/conf-enabled/15-fastcgi-php.conf' ENV PHP_ENV_CONFIG '/etc/lighttpd/conf-enabled/15-fastcgi-php.conf'
ENV PHP_ERROR_LOG '/var/log/lighttpd/error.log' ENV PHP_ERROR_LOG '/var/log/lighttpd/error.log'
COPY ./debian/start.sh / COPY ./start.sh /
COPY ./common_start.sh / COPY ./common_start.sh /
# IPv6 disable flag for networks/devices that do not support it # IPv6 disable flag for networks/devices that do not support it