⚙️ Listen on all interfaces when running in docker (#1015)

Resolves #947
This commit is contained in:
kolaente 2024-02-07 07:49:47 +01:00 committed by GitHub
parent 213152e652
commit 1b509a0750
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -53,5 +53,6 @@ COPY --from=installer --chown=nextjs:nodejs /app/apps/web/public ./apps/web/publ
ARG SELF_HOSTED
ENV NEXT_PUBLIC_SELF_HOSTED=$SELF_HOSTED
ENV HOSTNAME=0.0.0.0
CMD ["./docker-start.sh"]