Skip to content

Commit

Permalink
Merge pull request #17 from aaronhmiller/fix_compose
Browse files Browse the repository at this point in the history
removing extra space
  • Loading branch information
aaronhmiller authored Jan 10, 2024
2 parents 68f9ad4 + 69b6385 commit 36fff6f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ services:
- KEY=${KEY}
- CERT=${CERT}
healthcheck:
test: wget --quiet --output-document=- http://localhost:3000/healthcheck || exit 1
interval: 3s
timeout: 3s
retries: 3
start_period: 5s
test: wget --quiet --output-document=- http://localhost:3000/healthcheck || exit 1
interval: 3s
timeout: 3s
retries: 3
start_period: 5s

0 comments on commit 36fff6f

Please sign in to comment.