From 52d09425d5e563b5a058ffc9c309c83942eca2cd Mon Sep 17 00:00:00 2001 From: traveler Date: Wed, 29 Apr 2026 21:43:37 -0500 Subject: [PATCH] dsf --- swarm/Calibre-web.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swarm/Calibre-web.yaml b/swarm/Calibre-web.yaml index 9267165..13752ff 100644 --- a/swarm/Calibre-web.yaml +++ b/swarm/Calibre-web.yaml @@ -29,7 +29,7 @@ services: # Change the first number to change the port you want to access the Web UI, not the second - target: 8083 published: 807 - + ## healthcheck: test: ["CMD-SHELL", "curl -f http://localhost:$${CWA_PORT_OVERRIDE:-8083}/ || curl -f -k https://localhost:$${CWA_PORT_OVERRIDE:-8083}/ || exit 1"]