This commit is contained in:
2025-05-16 20:07:16 -05:00
parent e6b4eddcd1
commit 51a384d4ac

View File

@@ -35,7 +35,7 @@ prowlarr:
- /usr/bin/env
- bash
- -c
- curl --fail localhost:8686/api/v1/system/status?apiKey=`IFS=\> && while
- curl --fail localhost:9696/api/v1/system/status?apiKey=`IFS=\> && while
read -d \< E C; do if [[ $E = "ApiKey" ]]; then echo $C; fi; done < /config/config.xml`
failureThreshold: 5
initialDelaySeconds: 60