Skip to content

Commit

Permalink
Update docker-compose for oclclient-demo
Browse files Browse the repository at this point in the history
  • Loading branch information
ibacher committed Nov 29, 2020
1 parent a6face3 commit 9f09265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/oclclient-demo/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"]

0 comments on commit 9f09265

Please sign in to comment.