Skip to content

Commit 7533627

Browse files
committed
Fix: mailpit 헬스체크 문법 수정
1 parent 06ba1ba commit 7533627

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/docker-compose.stg.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ services:
4141
networks:
4242
- docsa_stg_net
4343
healthcheck:
44-
test: ["CMD-SHELL", "wget"," -q", " --spider", " http://127.0.0.1:8025/mailpit/livez"]
44+
test: ["CMD-SHELL", "wget -q --spider http://127.0.0.1:8025/mailpit/readyz || exit 1"]
4545
interval: 10s
4646
timeout: 3s
4747
retries: 3

0 commit comments

Comments
 (0)