From 0aa12d94c52d25c012b8f6c1bc073915d3c9a490 Mon Sep 17 00:00:00 2001 From: gahusb Date: Wed, 25 Mar 2026 04:14:06 +0900 Subject: [PATCH] =?UTF-8?q?deployer:=20docker-compose=20=E2=86=92=20docker?= =?UTF-8?q?=20compose=20(v2)=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit NAS Docker v2에서 docker-compose 명령어 없음 오류 수정. Co-Authored-By: Claude Sonnet 4.6 --- scripts/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/deploy.sh b/scripts/deploy.sh index 8b3068a..6db2f2c 100644 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -44,7 +44,7 @@ rsync -a --delete \ bash "$SRC/scripts/deploy-nas.sh" cd "$DST" -docker-compose up -d --build backend travel-proxy stock-lab frontend deployer +docker compose up -d --build backend travel-proxy stock-lab frontend deployer docker exec lotto-frontend nginx -s reload 2>/dev/null || true echo "DEPLOY_OK $TAG"