Skip to content

Commit edf015c

Browse files
committed
docker-compose.ymlの修正
1 parent ee15f7e commit edf015c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ services:
4343
- external_network
4444
- internal_network
4545
healthcheck:
46-
test: ["CMD-SHELL", "wget -q --spider --header 'x-forwarded-proto: https' --proxy off localhost:3000/api/v1/instance || exit 1"]
46+
test: ["CMD-SHELL", "wget -q --spider --header 'x-forwarded-proto: https' --proxy=off localhost:3000/api/v1/instance || exit 1"]
4747
ports:
4848
- "3000:3000"
4949
depends_on:
@@ -63,7 +63,7 @@ services:
6363
- external_network
6464
- internal_network
6565
healthcheck:
66-
test: ["CMD-SHELL", "wget -q --spider --header 'x-forwarded-proto: https' --proxy off localhost:4000/api/v1/streaming/health || exit 1"]
66+
test: ["CMD-SHELL", "wget -q --spider --header 'x-forwarded-proto: https' --proxy=off localhost:4000/api/v1/streaming/health || exit 1"]
6767
ports:
6868
- "4000:4000"
6969
depends_on:

0 commit comments

Comments
 (0)