Ai
1 Star 0 Fork 0

Json_Lee/dockerNginx

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
docker-compose.yml 366 Bytes
一键复制 编辑 原始数据 按行查看 历史
Json_Lee 提交于 2023-06-06 18:23 +08:00 . update
# yaml 配置实例
version: '2.13.0'
services:
html:
build:
.
volumes:
- ./dist:/www/projects
nginx:
build:
./nginx
tty: true
stdin_open: true
ports:
- "8090:80"
volumes:
- ./dist:/www/projects
- ./nginx/configs/conf.d:/etc/nginx/conf.d
- ./nginx/logs:/var/log/nginx
volumes:
web:
html:
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
YAML
1
https://gitee.com/jsonlee_lee/docker-nginx.git
git@gitee.com:jsonlee_lee/docker-nginx.git
jsonlee_lee
docker-nginx
dockerNginx
master

搜索帮助