diff --git a/README.md b/README.md index a3a9444c..4f3e82c4 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,9 @@ After install HAProxy-WI: ``` yum install haproxy-wi ``` + +#### Before uses RPM repository you should donate to support project on [Patreon](https://www.patreon.com/haproxy_wi/overview) or on [PayPal](https://www.paypal.me/loginovpavel) and I will send you credentials for access + ## Script The installer will ask you a few questions ``` @@ -134,14 +137,7 @@ For Apache do virtualhost with cgi-bin. Like this: ``` -# Docker -``` -docker service create --detach=false --name haproxy-wi --mount type=volume,src=haproxy-wi,dst=/var/www/haproxy-wi/app -p 8080:443 aidaho/haproxy-wi -``` -or -``` -docker run -d --name haproxy-wi -v haproxy-wi:/var/www/haproxy-wi/app -p 8080:443 aidaho/haproxy-wi -``` + # OS support HAProxy-WI was tested on EL 7, and all scripts too. Debian/Ubuntu OS support at 'beta' stage, may work not correct