Skip to content

Commit

Permalink
add WEBUI_PORTS var
Browse files Browse the repository at this point in the history
  • Loading branch information
mrhotio committed Feb 15, 2024
1 parent 1e9692a commit 6e5b09b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion linux-amd64.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG UPSTREAM_DIGEST_AMD64
FROM ${UPSTREAM_IMAGE}@${UPSTREAM_DIGEST_AMD64}
EXPOSE 8096
ARG IMAGE_STATS
ENV IMAGE_STATS=${IMAGE_STATS}
ENV IMAGE_STATS=${IMAGE_STATS} WEBUI_PORTS="8096/tcp,8096/udp"

ARG DEBIAN_FRONTEND="noninteractive"
# install jellyfin
Expand Down
2 changes: 1 addition & 1 deletion linux-arm64.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG UPSTREAM_DIGEST_ARM64
FROM ${UPSTREAM_IMAGE}@${UPSTREAM_DIGEST_ARM64}
EXPOSE 8096
ARG IMAGE_STATS
ENV IMAGE_STATS=${IMAGE_STATS}
ENV IMAGE_STATS=${IMAGE_STATS} WEBUI_PORTS="8096/tcp,8096/udp"

ARG DEBIAN_FRONTEND="noninteractive"
# install jellyfin
Expand Down
2 changes: 1 addition & 1 deletion root/etc/s6-overlay/s6-rc.d/init-setup-app/run
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ echo "
----------------------------------------------------------------------
ENVIRONMENT APP
----------------------------------------------------------------------

WEBUI_PORTS=${WEBUI_PORTS}
----------------------------------------------------------------------
"

Expand Down

0 comments on commit 6e5b09b

Please sign in to comment.