Skip to content
This repository has been archived by the owner on Dec 23, 2024. It is now read-only.

Commit

Permalink
docs: add healthcheck to docker compose example
Browse files Browse the repository at this point in the history
  • Loading branch information
s0up4200 committed Oct 23, 2024
1 parent 625ebe4 commit 59482a7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,11 @@ services:
volumes:
- ./:/redactedhook
restart: unless-stopped
healthcheck:
test: ["CMD", "/usr/local/bin/redactedhook", "health"]
interval: 30s
timeout: 10s
retries: 3
```

### Using precompiled binaries
Expand Down

0 comments on commit 59482a7

Please sign in to comment.