fixed cloud_flare_tunnel environmentFiles

This commit is contained in:
Richie Cahill 2024-05-27 20:26:48 -04:00
parent 86ccb18ab4
commit f030d8f12b

View File

@ -30,7 +30,7 @@
"tunnel"
"run"
];
environmentFiles = [ "/ZFS/Main/Docker/jeeves-jr/haproxy/web/cloudflare_tunnel.env" ];
environmentFiles = [ "/ZFS/Main/Docker/jeeves-jr/cloudflare_tunnel.env" ];
dependsOn = [ "haproxy" ];
extraOptions = [ "--network=web" ];
autoStart = true;