fixed haproxy file location

This commit is contained in:
Richie Cahill 2024-05-27 20:33:09 -04:00
parent f030d8f12b
commit 888ccc1323

View File

@ -17,8 +17,8 @@
TZ = "Etc/EST";
};
volumes = [
"/ZFS/Main/Docker/jeeves-jr/haproxy/web/haproxy/cloudflare.pem:/etc/ssl/certs/cloudflare.pem"
"/ZFS/Main/Docker/jeeves-jr/haproxy/web/haproxy/haproxy.cfg:/usr/local/etc/haproxy/haproxy.cfg"
"/ZFS/Main/Docker/jeeves-jr/haproxy/cloudflare.pem:/etc/ssl/certs/cloudflare.pem"
"/ZFS/Main/Docker/jeeves-jr/haproxy/haproxy.cfg:/usr/local/etc/haproxy/haproxy.cfg"
];
dependsOn = [ "arch_mirror" ];
extraOptions = [ "--network=web" ];