Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dgtlmoon authored Oct 6, 2024
1 parent af93495 commit d0891d4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,7 @@ Add this to your `docker-compose.yml`, it will check port 3000 answers and that

```
healthcheck:
test:
CMD-SHELL: python3 /usr/src/app/docker-health-check.py --host http://localhost
test: CMD-SHELL python3 /usr/src/app/docker-health-check.py --host http://localhost
interval: 30s
timeout: 5s
retries: 3
Expand Down

0 comments on commit d0891d4

Please sign in to comment.