Use ipv6 LIVEBOOK_IP within Docker

This commit is contained in:
Jonatan Kłosko 2024-05-16 22:28:41 +08:00
parent 2716f79db0
commit 6a45307e4c

View file

@ -80,7 +80,7 @@ RUN mix local.hex --force && \
# Override the default 127.0.0.1 address, so that the app
# can be accessed outside the container by binding ports
ENV LIVEBOOK_IP 0.0.0.0
ENV LIVEBOOK_IP "::"
ENV LIVEBOOK_HOME=/data