chore: Docker Compose version 제거 및 문서 개선
- docker-compose.yml에서 deprecated version 필드 제거 - README.md 배포 플로우 설명 개선 - GitHub Actions 경고 메시지 해결 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
c9c3d1f3dd
commit
6ba7e1bf0f
@ -18,6 +18,7 @@ nginx-deploy/
|
||||
2. **GitHub Actions** 자동 실행
|
||||
3. **파일 전송** (Ubuntu 서버 ~/robeing-nginx)
|
||||
4. **nginx 설정 적용** (서버 nginx 자동 reload)
|
||||
5. **Docker 컨테이너 정리** (기존 컨테이너 중지)
|
||||
|
||||
## 서버 설정
|
||||
|
||||
|
||||
@ -1,5 +1,3 @@
|
||||
version: "3.8"
|
||||
|
||||
services:
|
||||
nginx:
|
||||
image: nginx:alpine
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user