We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec8a9ef commit 8b63470Copy full SHA for 8b63470
compose.yaml
@@ -51,7 +51,7 @@ services:
51
networks:
52
internal:
53
healthcheck:
54
- test: ["CMD-SHELL", "echo 'PING' | nc -w 5 localhost 3310"]
+ test: ['CMD-SHELL', "echo 'PING' | nc -w 5 localhost 3310"]
55
interval: 30s
56
timeout: 10s
57
retries: 5
@@ -63,7 +63,7 @@ services:
63
volumes:
64
- ./lib/modelscan_api/bailo_modelscan_api:/app/bailo_modelscan_api
65
66
- test: ["CMD-SHELL", "curl --fail http://127.0.0.1:3311/info || exit 1"]
+ test: ['CMD-SHELL', 'curl --fail http://127.0.0.1:3311/info || exit 1']
67
68
69
0 commit comments