We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49036a9 commit e6a821eCopy full SHA for e6a821e
Dockerfile
@@ -41,7 +41,7 @@ LABEL org.opencontainers.image.documentation='https://github.com/gethomepage/hom
41
LABEL org.opencontainers.image.source='https://github.com/gethomepage/homepage'
42
LABEL org.opencontainers.image.licenses='Apache-2.0'
43
44
-ENV NODE_ENV production
+ENV NODE_ENV=production
45
46
WORKDIR /app
47
@@ -56,7 +56,8 @@ COPY --link --chmod=755 docker-entrypoint.sh /usr/local/bin/
56
57
RUN apk add --no-cache su-exec
58
59
-ENV PORT 3000
+ENV HOSTNAME=::
60
+ENV PORT=3000
61
EXPOSE $PORT
62
63
HEALTHCHECK --interval=10s --timeout=3s --start-period=20s \
0 commit comments