Explorar o código

added --network flag to docker run command

Mohamed Al Ashaal %!s(int64=7) %!d(string=hai) anos
pai
achega
fd41c0fc41
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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