Fix invalid port in healthcheck

This commit is contained in:
2026-01-15 09:42:09 +01:00
parent 58b8cf3bdc
commit 71312297be

View File

@@ -12,4 +12,4 @@ HEALTHCHECK \
--timeout=5s \ --timeout=5s \
--start-period=3s \ --start-period=3s \
--retries=3 \ --retries=3 \
CMD ["wget", "http://localhost/health", "-O", "/dev/null", "-q"] CMD ["wget", "http://localhost:3000/health", "-O", "/dev/null", "-q"]