mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-19 11:08:11 +01:00
11 lines
224 B
Docker
11 lines
224 B
Docker
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/ /
|
|
|