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 6516a54 commit fac3ec0
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 6969
ARG IMAGE_STATS
ENV IMAGE_STATS=${IMAGE_STATS}
ENV IMAGE_STATS=${IMAGE_STATS} WEBUI_PORTS="6969/tcp,6969/udp"

RUN apk add --no-cache libintl sqlite-libs icu-libs

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 6969
ARG IMAGE_STATS
ENV IMAGE_STATS=${IMAGE_STATS}
ENV IMAGE_STATS=${IMAGE_STATS} WEBUI_PORTS="6969/tcp,6969/udp"

RUN apk add --no-cache libintl sqlite-libs icu-libs

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,6 +7,6 @@ echo "
----------------------------------------------------------------------
ENVIRONMENT APP
----------------------------------------------------------------------

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

0 comments on commit fac3ec0

Please sign in to comment.