mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-04-13 19:10:35 +02:00
add nzbget
This commit is contained in:
10
nzbget/Dockerfile
Normal file
10
nzbget/Dockerfile
Normal file
@@ -0,0 +1,10 @@
|
||||
FROM linuxserver/nzbget:v21.0-ls15
|
||||
|
||||
# use /data instead of /config for hass.io environment
|
||||
RUN sed -i "s|/config|/config/nzbget|g" /etc/services.d/nzbget/run \
|
||||
&& sed -i "s|/config|/config/nzbget|g" /etc/cont-init.d/30-config \
|
||||
&& sed -i "s|/downloads|/share/downloads|g" /etc/cont-init.d/30-config \
|
||||
&& sed -i "s|/downloads|/share/downloads|g" /app/nzbget/share/nzbget/nzbget.conf
|
||||
|
||||
# copy local files
|
||||
COPY root/ /
|
||||
Reference in New Issue
Block a user