mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 18:56:55 +02:00
Merge pull request #1039 from gionn/patch-1
Fix docker run command in using.rst
This commit is contained in:
+1
-1
@@ -76,7 +76,7 @@ server that the domain your requesting a cert for resolves to,
|
|||||||
|
|
||||||
.. code-block:: shell
|
.. code-block:: shell
|
||||||
|
|
||||||
sudo docker auth -it --rm -p 443:443 --name letsencrypt \
|
sudo docker run -it --rm -p 443:443 --name letsencrypt \
|
||||||
-v "/etc/letsencrypt:/etc/letsencrypt" \
|
-v "/etc/letsencrypt:/etc/letsencrypt" \
|
||||||
-v "/var/lib/letsencrypt:/var/lib/letsencrypt" \
|
-v "/var/lib/letsencrypt:/var/lib/letsencrypt" \
|
||||||
quay.io/letsencrypt/letsencrypt:latest auth
|
quay.io/letsencrypt/letsencrypt:latest auth
|
||||||
|
|||||||
Reference in New Issue
Block a user