Skip to content

Commit b2ecd8a

Browse files
authored
chore: update healthcheck for /api/v1/stats
since /api/v1/trending doesn't work anymore
1 parent bb9c4a0 commit b2ecd8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ services:
3636
# statistics_enabled: false
3737
hmac_key: "CHANGE_ME!!"
3838
healthcheck:
39-
test: wget -nv --tries=1 --spider http://127.0.0.1:3000/api/v1/trending || exit 1
39+
test: wget -nv --tries=1 --spider http://127.0.0.1:3000/api/v1/stats || exit 1
4040
interval: 30s
4141
timeout: 5s
4242
retries: 2

0 commit comments

Comments
 (0)