fix port
This commit is contained in:
@@ -35,7 +35,7 @@ prowlarr:
|
|||||||
- /usr/bin/env
|
- /usr/bin/env
|
||||||
- bash
|
- bash
|
||||||
- -c
|
- -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`
|
read -d \< E C; do if [[ $E = "ApiKey" ]]; then echo $C; fi; done < /config/config.xml`
|
||||||
failureThreshold: 5
|
failureThreshold: 5
|
||||||
initialDelaySeconds: 60
|
initialDelaySeconds: 60
|
||||||
|
Reference in New Issue
Block a user