Update Dockerfile

This commit is contained in:
Alexandre
2025-02-17 21:09:07 +01:00
committed by GitHub
parent 0382207b55
commit be919f4567

View File

@@ -121,8 +121,8 @@ RUN \
mv /etc/nginx/nginx.conf.new /etc/nginx/nginx.conf; \
fi
ENV HEALTH_PORT="8080" \
HEALTH_URL="/api/server/ping"
ENV HEALTH_PORT="3001" \
HEALTH_URL="/"
HEALTHCHECK \
--interval=5s \
--retries=5 \