mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-02 15:20:53 +02:00
Update Dockerfile
This commit is contained in:
@@ -34,7 +34,7 @@ RUN \
|
|||||||
&& echo 'WebUI\LocalHostAuth=false' >> /defaults/qBittorrent.conf \
|
&& echo 'WebUI\LocalHostAuth=false' >> /defaults/qBittorrent.conf \
|
||||||
&& echo 'WebUI\Username=Homeassistant' >> /defaults/qBittorrent.conf \
|
&& echo 'WebUI\Username=Homeassistant' >> /defaults/qBittorrent.conf \
|
||||||
# use /data instead of /config for hass.io environment
|
# use /data instead of /config for hass.io environment
|
||||||
&& files=$(grep -rls '/config' /etc) && echo $files | xargs sed -i "s/\\\config/\\\data/g"
|
&& files=$(grep -rls '/config' /etc) && echo $files | xargs sed -i "s////config////data/g"
|
||||||
|
|
||||||
# Copy root filesystem
|
# Copy root filesystem
|
||||||
COPY rootfs /
|
COPY rootfs /
|
||||||
|
|||||||
Reference in New Issue
Block a user