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.