change lb service config dir

This commit is contained in:
Daniel afx 2022-02-04 13:41:06 +00:00
parent acec4060c4
commit 53dab29f12

View file

@ -8,7 +8,7 @@ services:
- "443:443"
volumes:
- "./data/certificates:/certificates"
- "./config/lb:/usr/local/etc/haproxy"
- "./lb:/usr/local/etc/haproxy"
depends_on:
- "certbot"
restart: always