mirror of
https://github.com/lukevella/rallly.git
synced 2025-04-30 10:46:35 +02:00
⚙️ Listen on all interfaces when running in docker (#1015)
Resolves #947
This commit is contained in:
parent
213152e652
commit
1b509a0750
1 changed files with 1 additions and 0 deletions
|
@ -53,5 +53,6 @@ COPY --from=installer --chown=nextjs:nodejs /app/apps/web/public ./apps/web/publ
|
||||||
|
|
||||||
ARG SELF_HOSTED
|
ARG SELF_HOSTED
|
||||||
ENV NEXT_PUBLIC_SELF_HOSTED=$SELF_HOSTED
|
ENV NEXT_PUBLIC_SELF_HOSTED=$SELF_HOSTED
|
||||||
|
ENV HOSTNAME=0.0.0.0
|
||||||
|
|
||||||
CMD ["./docker-start.sh"]
|
CMD ["./docker-start.sh"]
|
||||||
|
|
Loading…
Add table
Reference in a new issue