first commit

This commit is contained in:
2026-01-18 09:05:55 +08:00
commit e3c1fa87fb
10 changed files with 758 additions and 0 deletions

7
nginx/docker-compose.yml Normal file
View File

@@ -0,0 +1,7 @@
services:
web:
image: nginx:latest
ports:
- "8080:80"
volumes:
- ./html:/usr/share/nginx/html # 将当前目录下的 html 文件夹映射到容器内