Skip to content

Commit 8b63470

Browse files
Fix style in compose
1 parent ec8a9ef commit 8b63470

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ services:
5151
networks:
5252
internal:
5353
healthcheck:
54-
test: ["CMD-SHELL", "echo 'PING' | nc -w 5 localhost 3310"]
54+
test: ['CMD-SHELL', "echo 'PING' | nc -w 5 localhost 3310"]
5555
interval: 30s
5656
timeout: 10s
5757
retries: 5
@@ -63,7 +63,7 @@ services:
6363
volumes:
6464
- ./lib/modelscan_api/bailo_modelscan_api:/app/bailo_modelscan_api
6565
healthcheck:
66-
test: ["CMD-SHELL", "curl --fail http://127.0.0.1:3311/info || exit 1"]
66+
test: ['CMD-SHELL', 'curl --fail http://127.0.0.1:3311/info || exit 1']
6767
interval: 30s
6868
timeout: 10s
6969
retries: 5

0 commit comments

Comments
 (0)