mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01:00
Code cleaning
This commit is contained in:
@@ -40,9 +40,5 @@ RUN \
|
||||
&& sed '11,13d' /defaults/qBittorrent.conf \
|
||||
&& echo 'WebUI\HostHeaderValidation=false' >> /defaults/qBittorrent.conf \
|
||||
&& echo 'WebUI\LocalHostAuth=false' >> /defaults/qBittorrent.conf
|
||||
# use /data instead of /config for hass.io environment
|
||||
# && grep -rl '/config' /etc/cont-init.d/* | xargs sed -i "" 's=/config=/data=g' \
|
||||
# && grep -rl '/config' /etc/system.d/* | xargs sed -i "" 's=/config=/data=g' \
|
||||
# && grep -rl '/config' /defaults/* | xargs sed -i "" 's=/config=/data=g'
|
||||
|
||||
VOLUME [ "/data" ]
|
||||
|
||||
Reference in New Issue
Block a user