mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
6 lines
235 B
Docker
6 lines
235 B
Docker
FROM linuxserver/hydra2:v2.6.14-ls33
|
|
|
|
# use /data instead of /config for hass.io environment
|
|
RUN sed -i "s|/config|/config/hydra2|g" /etc/services.d/nzbhydra2/run \
|
|
&& sed -i "s|/config|/config/hydra2|g" /etc/cont-init.d/30-config
|