浏览代码

added --network flag to docker run command

Mohamed Al Ashaal 7 年之前
父节点
当前提交
fd41c0fc41
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -7,7 +7,7 @@ A `Let'sEncrypt` based reverse proxy, that will automatically generate & ren
 ### # Using Docker
 > Just run the following and then have fun !!
 ```bash
-$ docker run -v $HOME:/root/ -p 443:443 alash3al/httpsify
+$ docker run --network host -v $HOME:/root/ -p 443:443 alash3al/httpsify
 ```
 
 ### # Building from source