Skip to content

Commit

Permalink
update ctl healthcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
scydeai committed Oct 22, 2019
1 parent 908bac9 commit 7262023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ services:
- 8080
privileged: true
healthcheck:
test: "curl localhost:8008"
test: "curl localhost:8080"
interval: 10s
timeout: 5s
retries: 10
Expand Down

0 comments on commit 7262023

Please sign in to comment.