Skip to content

Commit b28ab64

Browse files
atharva1051Copilot
andauthored
fix: this won't work
need health check at lb level Co-authored-by: Copilot <[email protected]>
1 parent 5de3884 commit b28ab64

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -406,11 +406,7 @@ services:
406406
volumes:
407407
- ./logs:/logs
408408
restart: unless-stopped
409-
healthcheck:
410-
test: ["CMD", "wget", "--spider", "http://localhost:8080"]
411-
interval: 30s
412-
timeout: 10s
413-
retries: 3
409+
# Configure health checks at your load balancer or orchestrator level.
414410
```
415411
Then start with:
416412
```bash

0 commit comments

Comments
 (0)