Skip to content

Commit

Permalink
fix: health check command of ng_ai networkx
Browse files Browse the repository at this point in the history
  • Loading branch information
wey-gu committed May 12, 2023
1 parent 7968e72 commit 86f08e7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions optional_workload/docker-compose-ngai-nx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,7 @@ services:
volumes:
- ./:/home/jovyan
healthcheck:
test:
- "wget"
- "-q"
- "--spider"
- "http://127.0.0.1:8888"
test: ["CMD", "wget", "-q", "--spider", "http://127.0.0.1:8888"]
interval: 30s
timeout: 10s
retries: 3
Expand Down

0 comments on commit 86f08e7

Please sign in to comment.