mirror of
https://github.com/dockur/proxmox.git
synced 2026-07-27 16:54:51 +07:00
fix: Use exec form for health check (#88)
This commit is contained in:
+1
-1
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user