mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-23 13:06:28 +01:00
initial commit
This commit is contained in:
9
znc/Dockerfile
Normal file
9
znc/Dockerfile
Normal file
@@ -0,0 +1,9 @@
|
||||
FROM linuxserver/znc
|
||||
|
||||
# use /data instead of /config for hass.io environment
|
||||
RUN sed -i "s|/config|/config/znc|g" /etc/services.d/znc/run \
|
||||
&& sed -i "s|/config|/config/znc|g" /etc/cont-init.d/20-config \
|
||||
&& sed -i "s|/config/znc/config/zncs|/config/znc/configs|g" /etc/cont-init.d/20-config
|
||||
|
||||
# copy local files
|
||||
COPY root/ /
|
||||
Reference in New Issue
Block a user