Skip to content

Commit 4a91160

Browse files
author
Siddharth Golecha
committed
Fixing an issue
1 parent 8d8d0c5 commit 4a91160

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services:
66
ports:
77
- "8182:8182"
88
healthcheck:
9-
test: ["CMD", "bin/gremlin.sh", "-e", "scripts/remote-connect.groovy"]
9+
test: ["CMD", "./bin/gremlin.sh", "-e", "scripts/remote-connect.groovy"]
1010
interval: 10s
1111
timeout: 10s
1212
retries: 5

0 commit comments

Comments
 (0)