Skip to content

Commit 86f08e7

Browse files
committed
fix: health check command of ng_ai networkx
1 parent 7968e72 commit 86f08e7

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

optional_workload/docker-compose-ngai-nx.yaml

+1-5
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,7 @@ services:
1010
volumes:
1111
- ./:/home/jovyan
1212
healthcheck:
13-
test:
14-
- "wget"
15-
- "-q"
16-
- "--spider"
17-
- "http://127.0.0.1:8888"
13+
test: ["CMD", "wget", "-q", "--spider", "http://127.0.0.1:8888"]
1814
interval: 30s
1915
timeout: 10s
2016
retries: 3

0 commit comments

Comments
 (0)