fix(service): audiobookshelf healthcheck command (#5993)

This commit is contained in:
Jonas Klesen
2025-06-18 13:30:14 +02:00
committed by GitHub
parent b6a7160e56
commit 038300e243

View File

@@ -16,7 +16,7 @@ services:
- audiobookshelf-config:/config
- audiobookshelf-metadata:/metadata
healthcheck:
test: ["CMD-SHELL", "curl -f http://localhost:80/ping || exit 1"]
test: ["CMD-SHELL", "wget --quiet --tries=1 --timeout=5 http://localhost:80/ping -O /dev/null || exit 1"]
interval: 30s
timeout: 10s
retries: 3