Skip to content

Commit e6a821e

Browse files
committed
Bind all addreses in docker container
1 parent 49036a9 commit e6a821e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ LABEL org.opencontainers.image.documentation='https://github.com/gethomepage/hom
4141
LABEL org.opencontainers.image.source='https://github.com/gethomepage/homepage'
4242
LABEL org.opencontainers.image.licenses='Apache-2.0'
4343

44-
ENV NODE_ENV production
44+
ENV NODE_ENV=production
4545

4646
WORKDIR /app
4747

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

5757
RUN apk add --no-cache su-exec
5858

59-
ENV PORT 3000
59+
ENV HOSTNAME=::
60+
ENV PORT=3000
6061
EXPOSE $PORT
6162

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

0 commit comments

Comments
 (0)