mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-09 17:15:57 +02:00
Update Dockerfile
This commit is contained in:
@@ -7,7 +7,8 @@ FROM ${BUILD_FROM}${BUILD_VERSION}
|
|||||||
RUN sed '11,13d' /defaults/qBittorrent.conf \
|
RUN sed '11,13d' /defaults/qBittorrent.conf \
|
||||||
# Allow connection to webUI
|
# Allow connection to webUI
|
||||||
&& echo 'WebUI\HostHeaderValidation=false' >> /defaults/qBittorrent.conf \
|
&& echo 'WebUI\HostHeaderValidation=false' >> /defaults/qBittorrent.conf \
|
||||||
&& echo 'WebUI\LocalHostAuth=false' >> /defaults/qBittorrent.conf
|
&& echo 'WebUI\LocalHostAuth=false' >> /defaults/qBittorrent.conf \
|
||||||
|
&& sed -i 's/admin/homeassistant/g' /defaults/qBittorrent.conf
|
||||||
|
|
||||||
# Copy root filesystem
|
# Copy root filesystem
|
||||||
COPY rootfs /
|
COPY rootfs /
|
||||||
|
|||||||
Reference in New Issue
Block a user