Change SSL Certs folder
This commit is contained in:
parent
b363abea8c
commit
3e561e557f
13 changed files with 32 additions and 20 deletions
|
|
@ -12,7 +12,7 @@ easymapping:
|
|||
www.host1.local: https://host1.local
|
||||
|
||||
- port: 443
|
||||
ssl_cert: /etc/certs/host1.local.pem
|
||||
ssl_cert: /certs/haproxy/host1.local.pem
|
||||
hosts:
|
||||
host1.local:
|
||||
containers:
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ services:
|
|||
image: byjg/easy-haproxy
|
||||
volumes:
|
||||
- ./config.yml:/etc/haproxy/easyconfig.yml
|
||||
- ./host1.local.pem:/etc/certs/host1.local.pem
|
||||
- ./certs:/certs
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
environment:
|
||||
EASYHAPROXY_DISCOVER: static
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue