nginx-infra/docker-compose.yml
happybell80 6ba7e1bf0f 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>
2025-07-09 19:32:11 +09:00

8 lines
161 B
YAML

services:
nginx:
image: nginx:alpine
ports:
- "8080:80"
volumes:
- ./default.conf:/etc/nginx/conf.d/default.conf:ro
restart: always