Update 'README.md'

Mininal changes in readme
This commit is contained in:
Gyorgy Berenyi
2023-03-10 22:52:08 +00:00
parent 90eb23719d
commit dfbf890422

View File

@@ -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