mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-04-13 10:59:56 +02:00
add sonarr
This commit is contained in:
8
sonarr/Dockerfile
Normal file
8
sonarr/Dockerfile
Normal file
@@ -0,0 +1,8 @@
|
||||
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/ /
|
||||
Reference in New Issue
Block a user