updated docmost health-check command

This commit is contained in:
2026-02-12 13:21:12 +01:00
parent 5b07156ee3
commit cceb0ec798
+1 -1
View File
@@ -33,7 +33,7 @@ services:
- traefik-public - traefik-public
- docmost-internal - docmost-internal
healthcheck: healthcheck:
test: ["CMD", "wget", "--spider", "-q", "http://localhost:3000/"] test: ["CMD", "node", "-e", "const http = require('http'); http.get('http://localhost:3000/', (r) => { process.exit(r.statusCode === 200 ? 0 : 1) }).on('error', () => process.exit(1))"]
interval: 30s interval: 30s
timeout: 5s timeout: 5s
retries: 3 retries: 3