change lb service config dir
This commit is contained in:
parent
acec4060c4
commit
53dab29f12
|
@ -8,7 +8,7 @@ services:
|
||||||
- "443:443"
|
- "443:443"
|
||||||
volumes:
|
volumes:
|
||||||
- "./data/certificates:/certificates"
|
- "./data/certificates:/certificates"
|
||||||
- "./config/lb:/usr/local/etc/haproxy"
|
- "./lb:/usr/local/etc/haproxy"
|
||||||
depends_on:
|
depends_on:
|
||||||
- "certbot"
|
- "certbot"
|
||||||
restart: always
|
restart: always
|
||||||
|
|
Loading…
Reference in a new issue