FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 2b98fc98 authored by Sebastiaan ten Pas's avatar Sebastiaan ten Pas
Browse files

fix: change healthcheck to query 127.0.0.1

parent 48a5509f
No related branches found
No related tags found
1 merge request!2fix: change healthcheck to query 127.0.0.1
Pipeline #567466 passed
......@@ -24,5 +24,5 @@ COPY --from=frontend-builder /usr/src/app/build/ ./frontend/build/
ENV GATEWAY_CONSOLE_UI_DIR=/usr/src/app/frontend/build
HEALTHCHECK --interval=10s CMD wget --spider http://localhost:9001/proxy/status
HEALTHCHECK --interval=10s CMD wget --spider http://127.0.0.1:9001/proxy/status
ENTRYPOINT ["api-gateway-emulator"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment