mirror of https://github.com/Aidaho12/haproxy-wi
Update README.md
parent
3b1a672ca2
commit
aa59cf15db
12
README.md
12
README.md
|
@ -65,6 +65,9 @@ After install HAProxy-WI:
|
||||||
```
|
```
|
||||||
yum 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
|
## Script
|
||||||
The installer will ask you a few questions
|
The installer will ask you a few questions
|
||||||
```
|
```
|
||||||
|
@ -134,14 +137,7 @@ For Apache do virtualhost with cgi-bin. Like this:
|
||||||
</FilesMatch>
|
</FilesMatch>
|
||||||
</VirtualHost>
|
</VirtualHost>
|
||||||
```
|
```
|
||||||
# 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
|
# OS support
|
||||||
HAProxy-WI was tested on EL 7, and all scripts too. Debian/Ubuntu OS support at 'beta' stage, may work not correct
|
HAProxy-WI was tested on EL 7, and all scripts too. Debian/Ubuntu OS support at 'beta' stage, may work not correct
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue