Skip to content

Commit

Permalink
Nginx配置修改
Browse files Browse the repository at this point in the history
  • Loading branch information
macrozheng committed Nov 1, 2020
1 parent c5f4886 commit 5ba1628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion document/docker/docker-compose-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ services:
image: nginx:1.10
container_name: nginx
volumes:
- /mydata/nginx/nginx.conf:/etc/nginx/nginx.conf #配置文件挂载
- /mydata/nginx/conf:/etc/nginx #配置文件挂载
- /mydata/nginx/html:/usr/share/nginx/html #静态资源根目录挂载
- /mydata/nginx/log:/var/log/nginx #日志文件挂载
ports:
Expand Down

0 comments on commit 5ba1628

Please sign in to comment.