Dockerfile: bind on all interfaces
Signed-off-by: Pierre-Alain TORET <pierre-alain.toret@protonmail.com>
This commit is contained in:
parent
73d04bf857
commit
5ec58eea33
@ -57,4 +57,6 @@ COPY --from=db-build /commento-ce/db/build/prod/db/ /commento-ce/db/
|
|||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
|
|
||||||
WORKDIR /commento-ce/
|
WORKDIR /commento-ce/
|
||||||
|
|
||||||
|
ENV COMMENTO_BIND_ADDRESS="0.0.0.0"
|
||||||
ENTRYPOINT ["/commento-ce/commento-ce"]
|
ENTRYPOINT ["/commento-ce/commento-ce"]
|
||||||
|
Loading…
Reference in New Issue
Block a user