Skip to content

Commit 4f33986

Browse files
committed
fix: 헬스체크 옵션 변경
1 parent e721cec commit 4f33986

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

backend/name-server/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ services:
2020
volumes:
2121
- ./.env:/usr/src/app/.env
2222
healthcheck:
23-
test: ["CMD", "nc", "-zu", "localhost", "3001"]
23+
test: ["CMD", "nc", "-u", "localhost", "3001"]
2424
interval: 10s
2525
timeout: 2s
2626
retries: 5
@@ -35,7 +35,7 @@ services:
3535
volumes:
3636
- ./.env:/usr/src/app/.env
3737
healthcheck:
38-
test: ["CMD", "nc", "-zu", "localhost", "3002"]
38+
test: ["CMD", "nc", "-u", "localhost", "3002"]
3939
interval: 10s
4040
timeout: 2s
4141
retries: 5

0 commit comments

Comments
 (0)