Update 'README.md'
Mininal changes in readme
This commit is contained in:
@@ -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.
|
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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user