From 6ba7e1bf0f94500716fb203db0db4eeb771c37cc Mon Sep 17 00:00:00 2001 From: happybell80 Date: Wed, 9 Jul 2025 19:32:11 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20Docker=20Compose=20version=20=EC=A0=9C?= =?UTF-8?q?=EA=B1=B0=20=EB=B0=8F=20=EB=AC=B8=EC=84=9C=20=EA=B0=9C=EC=84=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - docker-compose.yml에서 deprecated version 필드 제거 - README.md 배포 플로우 설명 개선 - GitHub Actions 경고 메시지 해결 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- README.md | 1 + docker-compose.yml | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index bbb2969..fd98a85 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ nginx-deploy/ 2. **GitHub Actions** 자동 실행 3. **파일 전송** (Ubuntu 서버 ~/robeing-nginx) 4. **nginx 설정 적용** (서버 nginx 자동 reload) +5. **Docker 컨테이너 정리** (기존 컨테이너 중지) ## 서버 설정 diff --git a/docker-compose.yml b/docker-compose.yml index b8de61f..febcb3a 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,5 +1,3 @@ -version: "3.8" - services: nginx: image: nginx:alpine