mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-07 08:05:57 +02:00
test ingress
This commit is contained in:
@@ -12,6 +12,7 @@ RUN apt-get update \
|
||||
jq \
|
||||
samba \
|
||||
smbclient \
|
||||
nginx \
|
||||
\
|
||||
&& apt-get -y upgrade cifs-utils \
|
||||
\
|
||||
@@ -31,7 +32,7 @@ RUN apt-get update \
|
||||
&& sed -i 's/{PGID:-911}/(bashio::config "PGID")/g' /etc/cont-init.d/10-adduser \
|
||||
&& sed -i "s|/config|/config/jellyfin|g" /etc/services.d/jellyfin/run \
|
||||
&& sed -i "s|/config|/config/jellyfin|g" /etc/cont-init.d/10-adduser \
|
||||
&& sed -i "s|/config|/config/jellyfin|g" /etc/cont-init.d/30-config
|
||||
&& sed -i "s|/config|/config/jellyfin|g" /etc/cont-init.d/30-config || true
|
||||
|
||||
# copy local files
|
||||
COPY root/ /
|
||||
|
||||
Reference in New Issue
Block a user