diff --git a/README.md b/README.md index d882d77..7236050 100644 --- a/README.md +++ b/README.md @@ -30,8 +30,8 @@ 将对应的域名和邮箱修改,不使用ssl的情况下 只需要修改VIRTUAL_HOST ## 参照 - 1 . http://einverne.github.io/post/2017/02/docker-nginx-host-multiple-websites.html + #### http://einverne.github.io/post/2017/02/docker-nginx-host-multiple-websites.html 看见这篇文章开始折腾的 - 2 . https://blog.csdn.net/jiangyu1013/article/details/80881097 + #### https://blog.csdn.net/jiangyu1013/article/details/80881097 nginx-proxy 是使用的docker的数据卷没有自定义挂载,需要操作数据卷的朋友可以参照这篇