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.