mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-31 12:54:04 +02:00
add emby
This commit is contained in:
10
emby/Dockerfile
Normal file
10
emby/Dockerfile
Normal 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/ /
|
||||
|
||||
Reference in New Issue
Block a user