Allow bridge networking connectivity from host (#4276)
This commit is contained in:
parent
01a05aea90
commit
08611ac00c
1 changed files with 4 additions and 0 deletions
|
@ -82,4 +82,8 @@ FROM cgr.dev/chainguard/glibc-dynamic:latest as prod
|
|||
|
||||
COPY --from=dev /surreal /surreal
|
||||
|
||||
# Allow connectivity from the host with bridge networking
|
||||
# This still requires publishing the port when running the container
|
||||
ENV SURREAL_BIND="0.0.0.0:8000"
|
||||
|
||||
ENTRYPOINT ["/surreal"]
|
||||
|
|
Loading…
Reference in a new issue