Skip to content

Commit

Permalink
Fix healthcheck for new version of oclclient Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
ibacher committed Oct 22, 2020
1 parent 384de4c commit ba56665
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion files/oclclient-qa/docker-compose.yml
Expand Up @@ -11,4 +11,4 @@ services:
- 8081:80
restart: always
healthcheck:
test: ["CMD", "wget", "-q", "-s", "http://localhost/"]
test: ["CMD", "curl", "-sSf", "localhost"]
2 changes: 1 addition & 1 deletion files/oclclient-qa2/docker-compose.yml
Expand Up @@ -11,4 +11,4 @@ services:
- 8084:80
restart: always
healthcheck:
test: ["CMD", "wget", "-q", "-s", "http://localhost/"]
test: ["CMD", "curl", "-sSf", "localhost"]

0 comments on commit ba56665

Please sign in to comment.