From 59b20d459c59c674ee05699ddbf0aaa6a502e97d Mon Sep 17 00:00:00 2001 From: Neru_Han Date: Fri, 21 Aug 2026 18:39:47 +0900 Subject: [PATCH] chore: update default registry image path in .env.example --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 09c79a1..7695770 100644 --- a/.env.example +++ b/.env.example @@ -16,4 +16,4 @@ PORT=3000 # [선택/배포] Gitea 또는 Docker 레지스트리 컨테이너 이미지 주소 (Watchtower 자동 갱신 지원) # 예: CHECKFLOW_IMAGE=git.yourdomain.com/neru_han/checkflow:latest -CHECKFLOW_IMAGE=git.yourdomain.com/neru_han/checkflow:latest +CHECKFLOW_IMAGE=git.nrh.kr/neru_han/checkflow:latest