try again with marcelveldt repo

This commit is contained in:
Alexandre
2020-12-07 13:51:15 +01:00
parent 6905b740d5
commit 7f7e9618fa
6 changed files with 39 additions and 29 deletions

6
transmission/Dockerfile Normal file
View File

@@ -0,0 +1,6 @@
FROM linuxserver/radarr
# MOFIFY DATA PATH
RUN sed -i "s|config|data|g" /etc/services.d/radarr/run
VOLUME [ "/data" ]