1 Star 0 Fork 35

jx-soft/docker-compose

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
docker-compose-habor.yml 419 Bytes
Copy Edit Raw Blame History
kancy authored 2019-11-04 00:10 . harbor
version: '3'
services:
nginx:
container_name: nginx
image: nginx
restart: always
volumes:
# 配置目录
- /data/docker_file/nginx/conf.d:/etc/nginx/conf.d
# 访问日志
- /data/docker_file/nginx/logs:/var/log/nginx
# 存放静态代理资源
- /data/docker_file/nginx/www:/var/www
ports:
- 80:80
- 443:443
environment:
- TZ=Asia/Shanghai
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/jx-soft/docker-compose.git
git@gitee.com:jx-soft/docker-compose.git
jx-soft
docker-compose
docker-compose
master

Search