mirror of
https://github.com/livebook-dev/livebook.git
synced 2024-11-10 09:03:02 +08:00
Use ipv6 LIVEBOOK_IP within Docker
This commit is contained in:
parent
2716f79db0
commit
6a45307e4c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue