Update jitsi_admin_websocket_dockerfile.txt

This commit is contained in:
holzi1005 2024-11-17 21:00:05 +01:00
parent cb1b6fdfb1
commit 041b2fff61

View file

@ -38,4 +38,4 @@ RUN rm artifact.zip
USER nobody
HEALTHCHECK --timeout=10s CMD curl --silent --fail http://127.0.0.1:3000/healthz || exit 1
HEALTHCHECK --timeout=10s CMD curl --silent --fail http://127.0.0.1:8080/healthz || exit 1