From dfbf890422a8e3070f31de4844b5ab3f3ec59218 Mon Sep 17 00:00:00 2001 From: Gyorgy Berenyi Date: Fri, 10 Mar 2023 22:52:08 +0000 Subject: [PATCH] Update 'README.md' Mininal changes in readme --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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