Fix version in the examples
This commit is contained in:
parent
bc2e7e779d
commit
c58c3509dc
8 changed files with 14 additions and 12 deletions
|
|
@ -8,7 +8,7 @@ version: "3"
|
|||
|
||||
services:
|
||||
haproxy:
|
||||
image: byjg/easy-haproxy
|
||||
image: byjg/easy-haproxy:4.3.1-rc1
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
environment:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ version: "3"
|
|||
|
||||
services:
|
||||
haproxy:
|
||||
image: byjg/easy-haproxy
|
||||
image: byjg/easy-haproxy:4.3.1-rc1
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
environment:
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ version: "3"
|
|||
|
||||
services:
|
||||
easyhaproxy:
|
||||
image: byjg/easy-haproxy
|
||||
image: byjg/easy-haproxy:4.3.1-rc1
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- certs_certbot:/certs/certbot
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ version: "3"
|
|||
|
||||
services:
|
||||
haproxy:
|
||||
image: byjg/easy-haproxy
|
||||
image: byjg/easy-haproxy:4.3.1-rc1
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- ./host2.local.pem:/certs/haproxy/host2.local.pem
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue