📜  docker-compose.yml ubuntu - Shell-Bash 代码示例
📅  最后修改于: 2022-03-11 14:51:35.650000             🧑  作者: Mango
代码示例1
version: '3.7'
services:
webserver:
image: nginx:alpine
ports:
- "8000:80"
volumes:
- ./app:/usr/share/nginx/html