From 0f5f27a6633e01441800ea1aab88782c2b09e806 Mon Sep 17 00:00:00 2001 From: 5uhwann <5uhwann27@gmail.com> Date: Tue, 24 Sep 2024 15:14:08 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20promtail=20ebextension=20=ED=8C=8C?= =?UTF-8?q?=EC=9D=BC=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .ebextensions/02-install-promtail.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ebextensions/02-install-promtail.config b/.ebextensions/02-install-promtail.config index 5868d0f8..120d71d0 100644 --- a/.ebextensions/02-install-promtail.config +++ b/.ebextensions/02-install-promtail.config @@ -30,7 +30,7 @@ container_commands: - /var/log:/var/log - /tmp/positions.yaml:/tmp/positions.yaml - /var/app/current:/var/app/current - command: -config.file=/var/app/current/promtail-config.yml" > /var/app/current/promtail-docker-compose.yml + command: -config.file=/var/app/current/promtail-config.yml" > /var/app/current/promtail-docker-compose.yml # Docker Compose 실행 docker-compose -f /var/app/current/promtail-docker-compose.yml up -d