@@ -61,7 +61,7 @@ docker run -d \
6161 -p 5055:5055 \
6262 -v /path/to/appdata/config:/app/config \
6363 --restart unless-stopped \
64- --health-cmd " wget --no-verbose --tries=1 --spider http://localhost:5055/api/v1/status || exit 1" \
64+ --health-cmd " wget --no-verbose --tries=1 --spider http://localhost:5055/api/v1/settings/public || exit 1" \
6565 --health-start-period 20s \
6666 --health-timeout 3s \
6767 --health-interval 15s \
@@ -116,7 +116,7 @@ services:
116116 volumes :
117117 - /path/to/appdata/config:/app/config
118118 healthcheck :
119- test : wget --no-verbose --tries=1 --spider http://localhost:5055/api/v1/status || exit 1
119+ test : wget --no-verbose --tries=1 --spider http://localhost:5055/api/v1/settings/public || exit 1
120120 start_period : 20s
121121 timeout : 3s
122122 interval : 15s
@@ -179,7 +179,7 @@ docker run -d `
179179 -p 5055:5055 `
180180 -v seerr-data:/app/config `
181181 --restart unless-stopped `
182- --health-cmd "wget --no-verbose --tries=1 --spider http://localhost:5055/api/v1/status || exit 1" `
182+ --health-cmd "wget --no-verbose --tries=1 --spider http://localhost:5055/api/v1/settings/public || exit 1" `
183183 --health-start-period 20s `
184184 --health-timeout 3s `
185185 --health-interval 15s `
@@ -217,7 +217,7 @@ docker run -d ^
217217 -p 5055:5055 ^
218218 -v seerr-data:/app/config ^
219219 --restart unless-stopped ^
220- --health-cmd "wget --no-verbose --tries=1 --spider http://localhost:5055/api/v1/status || exit 1" ^
220+ --health-cmd "wget --no-verbose --tries=1 --spider http://localhost:5055/api/v1/settings/public || exit 1" ^
221221 --health-start-period 20s ^
222222 --health-timeout 3s ^
223223 --health-interval 15s ^
@@ -260,7 +260,7 @@ services:
260260 volumes :
261261 - seerr-data:/app/config
262262 healthcheck :
263- test : wget --no-verbose --tries=1 --spider http://localhost:5055/api/v1/status || exit 1
263+ test : wget --no-verbose --tries=1 --spider http://localhost:5055/api/v1/settings/public || exit 1
264264 start_period : 20s
265265 timeout : 3s
266266 interval : 15s
0 commit comments