diff --git a/README.md b/README.md index 2262427..dc25583 100644 --- a/README.md +++ b/README.md @@ -13,5 +13,12 @@ There is three important parts All the proxies support the proxy protocol which is mandatory but not needed any configuration settings from the backend www services or another services also. -docker run --rm -ti -v /root/.ssh/installer:/root/.ssh/id_rsa -e SMARTHOST_PROXY=yes -e PUBLIC_PROXY=yes -v /etc/user/:/etc/user/ -v /etc/system/:/etc/system/ -e LETSENCRYPT_MAIL=noreply@galaxis.xyz deployment-tool +docker run \ + --volume /root/.ssh/installer:/root/.ssh/id_rsa \ + --env PUBLIC_PROXY=yes \ + --env SMARTHOST_PROXY=yes \ + --volume /etc/user/:/etc/user/ \ + --volume /etc/system/:/etc/system/ \ + --env LETSENCRYPT_MAIL=noreply@galaxis.xyz +registry.format.hu/proxy-deployment-tool