Skip to content

Commit 9e888e4

Browse files
author
Simon Rüegg
authored
Merge pull request #3 from vshn/develop
correction after Review with Simon
2 parents 3c1f6b3 + 68abecf commit 9e888e4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM haproxy:2.0-alpine
1+
FROM docker.io/haproxy:2.0-alpine@sha256:82289acd6e6268cb9ec31cf5ea553f2079485b97f9fc4266f3e8e27e58bdfa0c
22

33
LABEL maintainer="soufiane.benali@vshn.ch"
44

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# galera-haproxy
22
HAProxy docker image with custom configuration
33

4-
Dockerized HAProxy with default config file for a multi node galera cluster. To ovveride the default configuration it's possible using the environemnt variables.
4+
Dockerized HAProxy with default config file for a multi node galera cluster. To override the default configuration it's possible using the environemnt variables.
55

66
## Run
7-
You need to specify the addresses for DB1 through DB3 as well as passwords for service and monitoring users:
7+
You need to specify the addresses for DB1 through DB3 for service and monitoring users:
88
```
99
docker run -e DB1_ADDRESS=127.0.0.1 -e DB2_ADDRESS=127.0.0.2 -e DB3_ADDRESS=127.0.0.3 haproxy-mysql
1010
```

0 commit comments

Comments
 (0)