mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
9 lines
268 B
Docker
9 lines
268 B
Docker
FROM linuxserver/sonarr:2.0.0.5322-ls18
|
|
|
|
# use /data instead of /config for hass.io environment
|
|
RUN 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
|
|
|
|
# copy local files
|
|
COPY root/ /
|