mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 18:31:02 +01:00
Update Dockerfile
This commit is contained in:
@@ -24,8 +24,8 @@ FROM ${BUILD_FROM}
|
||||
|
||||
RUN \
|
||||
# use /data instead of /config for hass.io environment
|
||||
sed -i "s|/config|/config/sonarr|g" /etc/services.d/sonarr/run \
|
||||
&& sed -i "s|/config|/config/sonarr|g" /etc/cont-init.d/30-config \
|
||||
sed -i "s|/config|/config/addons_config/sonarr|g" /etc/services.d/sonarr/run \
|
||||
&& sed -i "s|/config|/config/addons_config/sonarr|g" /etc/cont-init.d/30-config \
|
||||
\
|
||||
# Allow UID and GID setting
|
||||
&& sed -i 's/bash/bashio/g' /etc/cont-init.d/10-adduser \
|
||||
|
||||
Reference in New Issue
Block a user