Allow bridge networking connectivity from host (#4276)

This commit is contained in:
Gerard Guillemas Martos 2024-07-01 20:00:32 +02:00 committed by GitHub
parent 01a05aea90
commit 08611ac00c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"]