Merge pull request #1265 from mbrugger/patch-1

Only works for me with port 80 and 443 forwarded
This commit is contained in:
bmw
2015-10-31 18:34:32 -07:00
+1 -1
View File
@@ -73,7 +73,7 @@ to, `install Docker`_, then issue the following command:
.. code-block:: shell
sudo docker run -it --rm -p 443:443 --name letsencrypt \
sudo docker run -it --rm -p 443:443 -p 80:80 --name letsencrypt \
-v "/etc/letsencrypt:/etc/letsencrypt" \
-v "/var/lib/letsencrypt:/var/lib/letsencrypt" \
quay.io/letsencrypt/letsencrypt:latest auth