Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
dwilkie committed Jun 16, 2024
1 parent 88fb96a commit b540d8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ services:
"CMD-SHELL",
"wget --server-response --spider --quiet http://0.0.0.0:8080/health_checks 2>&1 | grep '200 OK' > /dev/null",
]
interval: 30s
timeout: 10s
interval: 10s
timeout: 5s
retries: 10
expose:
- "8080/tcp"
Expand Down

0 comments on commit b540d8d

Please sign in to comment.