fix: Use exec form for health check (#88)

This commit is contained in:
Kroese
2026-07-13 19:30:57 +02:00
committed by GitHub
parent 78217a9bcf
commit 0fffcd81e9
+1 -1
View File
@@ -245,7 +245,7 @@ VOLUME /var/lib/pve-cluster
STOPSIGNAL SIGRTMIN+3
HEALTHCHECK --interval=60s --timeout=10s --start-period=60s --retries=3 \
CMD curl -kLfSs http://localhost:8006 >/dev/null || exit 1
CMD ["curl", "-kLfSs", "http://localhost:8006"]
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
CMD ["/sbin/init", "--log-target=console", "--log-level=notice"]