Docker Compose 생성기
서비스/포트/볼륨을 설정하여 Docker Compose YAML 생성
app
version: '3.8'
services:
app:
image: nginx:latest
restart: unless-stopped
자주 묻는 질문
Comments & Feedback
Comments are powered by Giscus. Sign in with GitHub to leave a comment.
서비스/포트/볼륨을 설정하여 Docker Compose YAML 생성
version: '3.8'
services:
app:
image: nginx:latest
restart: unless-stopped
Comments are powered by Giscus. Sign in with GitHub to leave a comment.