Skip to content

Commit

Permalink
fix health check
Browse files Browse the repository at this point in the history
  • Loading branch information
fostermh committed Jan 7, 2025
1 parent 3f4e212 commit 669ff59
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ services:
healthcheck:
test:
[
"CMD",
"curl",
"-f",
"http://localhost:${HOST_PORT}/erddap/index.html"
"CMD-SHELL",
"curl -f http://localhost:8080/erddap/index.html || exit 1"
]
interval: 10s

0 comments on commit 669ff59

Please sign in to comment.