fix: healthcheck doesn’t need to be 5s

This commit is contained in:
Scan
2025-09-25 18:52:47 -04:00
parent 3a51b5e908
commit 1f8b24a11d
+1 -1
View File
@@ -48,7 +48,7 @@ services:
- wget
- '--spider'
- 'http://127.0.0.1:3000/xrpc/_health'
interval: 2s
interval: 5s
timeout: 10s
retries: 10
volumes: