Loading deploy/compose.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ services: kafka-net: traefik-net: healthcheck: test: wget --spider -S -t 1 http://localhost:${PORT} test: wget --spider -nv http://localhost:${PORT} interval: ${HEALTHCHECK_INTERVAL:-30s} timeout: ${HEALTHCHECK_TIMEOUT:-10s} retries: ${HEALTHCHECK_RETRIES:-5} Loading Loading
deploy/compose.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ services: kafka-net: traefik-net: healthcheck: test: wget --spider -S -t 1 http://localhost:${PORT} test: wget --spider -nv http://localhost:${PORT} interval: ${HEALTHCHECK_INTERVAL:-30s} timeout: ${HEALTHCHECK_TIMEOUT:-10s} retries: ${HEALTHCHECK_RETRIES:-5} Loading