first commit
This commit is contained in:
7
nginx/docker-compose.yml
Normal file
7
nginx/docker-compose.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
services:
|
||||
web:
|
||||
image: nginx:latest
|
||||
ports:
|
||||
- "8080:80"
|
||||
volumes:
|
||||
- ./html:/usr/share/nginx/html # 将当前目录下的 html 文件夹映射到容器内
|
||||
Reference in New Issue
Block a user