Skip to content
This repository was archived by the owner on Jul 2, 2024. It is now read-only.

Commit fd6e9cf

Browse files
committed
Fixes typo in README.
1 parent cb05740 commit fd6e9cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ To manage HAProxy both [HATop](http://feurix.org/projects/hatop/) and [socat](ht
1818

1919
> For production use, it is recommended to select a specific release tag as shown in the examples.
2020
21-
Run up a container named `haproxy.1` from the docker image `jdeathe/centos-ssh-haproxy` on port 80 and 443 of your docker host. 2 backend hosts, `httpd_1` and `httpd_2`, are defined with IP addresses `172.17.8.101` and `172.17.8.101`; this is required to identify the backend hosts from within the HAProxy configuration file if not using docker network aliases.
21+
Run up a container named `haproxy.1` from the docker image `jdeathe/centos-ssh-haproxy` on port 80 and 443 of your docker host. 2 backend hosts, `httpd_1` and `httpd_2`, are defined with IP addresses `172.17.8.101` and `172.17.8.102`; this is required to identify the backend hosts from within the HAProxy configuration file if not using docker network aliases.
2222

23-
> Change `172.17.8.101` and `172.17.8.101` in the example below to IP addresses that resolve to valid web servers on your network.
23+
> Change `172.17.8.101` and `172.17.8.102` in the example below to IP addresses that resolve to valid web servers on your network.
2424
2525
```
2626
$ docker run -d -t \

0 commit comments

Comments
 (0)