Skip to content

Commit

Permalink
Try bind all addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
shamoon committed Jan 27, 2025
1 parent b906b64 commit 5f60598
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ LABEL org.opencontainers.image.documentation='https://github.com/gethomepage/hom
LABEL org.opencontainers.image.source='https://github.com/gethomepage/homepage'
LABEL org.opencontainers.image.licenses='Apache-2.0'

ENV NODE_ENV production
ENV NODE_ENV=production

WORKDIR /app

Expand All @@ -56,8 +56,8 @@ COPY --link --chmod=755 docker-entrypoint.sh /usr/local/bin/

RUN apk add --no-cache su-exec

ENV HOSTNAME 0.0.0.0
ENV PORT 3000
ENV HOSTNAME=::
ENV PORT=3000
EXPOSE $PORT

HEALTHCHECK --interval=10s --timeout=3s --start-period=20s \
Expand Down

0 comments on commit 5f60598

Please sign in to comment.