This commit is contained in:
Arne Petersen
2020-01-10 10:22:53 +01:00
parent 97880868e0
commit 661fb4c5b3
7 changed files with 163 additions and 0 deletions

10
emby/Dockerfile Normal file
View File

@@ -0,0 +1,10 @@
FROM linuxserver/emby:4.3.1.0-ls26
RUN sed -i "s|/config|/emby|g" /etc/services.d/emby/run \
&& sed -i "s|/config|/emby|g" /etc/cont-init.d/30-config
RUN cat /etc/services.d/emby/run
# copy local files
COPY root/ /