Skip to content

Commit e32d6c1

Browse files
author
Soufiane Benali
committed
added the correct build name
1 parent 856ac0c commit e32d6c1

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@ HAProxy docker image with custom configuration
33

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

6-
## Build
7-
```
8-
docker build -t
9-
```
10-
116
## Run
127
You need to specify the addresses for DB1 through DB3 as well as passwords for service and monitoring users:
138
```
@@ -25,3 +20,10 @@ Config is done through env vars:
2520
| `DB2_PORT` | `3306` | Port for DB2 |
2621
| `DB3_ADDRESS` | | Address for DB3 |
2722
| `DB3_PORT` | `3306` | Port for DB3 |
23+
24+
25+
## Build
26+
```
27+
docker build --rm -t vshn/galera-haproxy:1.0.0 .
28+
docker push vshn/galera-haproxy:1.0.0
29+
```

0 commit comments

Comments
 (0)