From 3f8aeb3482db9269d57e9e1c232822c5c7278e8c Mon Sep 17 00:00:00 2001 From: seungheonlee Date: Fri, 11 Jul 2025 18:09:45 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20env=20=ED=8C=8C=EC=9D=BC=20=EC=A7=80?= =?UTF-8?q?=EC=A0=95=20=EC=98=B5=EC=85=98=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/pre_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/pre_install.sh b/scripts/pre_install.sh index fa35c0b..dbff738 100644 --- a/scripts/pre_install.sh +++ b/scripts/pre_install.sh @@ -14,7 +14,7 @@ done if [ $NEED_RESTART -eq 1 ]; then echo "하나 이상의 ELK 컨테이너가 다운되어 있으므로 ELK 및 Filebeat를 재시작합니다." - docker-compose --profile setup -f docker-compose-elk.yml up --build -d + docker-compose --env-file .env --profile setup -f docker-compose-elk.yml up --build -d else echo "모든 ELK 컨테이너가 정상적으로 실행 중입니다." fi \ No newline at end of file