feat(config): Enable exec block in litefs.yml to trigger entrypoint.sh

This commit is contained in:
2026-02-08 13:57:00 -08:00
parent ee297f8d8e
commit 396dfeb7a3

View File

@@ -32,6 +32,5 @@ proxy:
- "*.svg" - "*.svg"
# Commands to run only on the primary node. # Commands to run only on the primary node.
# This serves as a primary-only health check responder. exec:
# exec: - cmd: "/usr/local/bin/entrypoint.sh"
# - cmd: "nc -lk -p 8082 -e echo -e 'HTTP/1.1 200 OK\r\nContent-Length: 7\r\n\r\nPrimary'"