Files
docker-apps/nginx/docker-compose.yml

8 lines
177 B
YAML
Raw Permalink Normal View History

2026-01-18 09:05:55 +08:00
services:
web:
image: nginx:latest
ports:
- "8080:80"
volumes:
- ./html:/usr/share/nginx/html # 将当前目录下的 html 文件夹映射到容器内