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" "tunnel"
"run" "run"
]; ];
environmentFiles = [ "/ZFS/Main/Docker/jeeves-jr/haproxy/web/cloudflare_tunnel.env" ]; environmentFiles = [ "/ZFS/Main/Docker/jeeves-jr/cloudflare_tunnel.env" ];
dependsOn = [ "haproxy" ]; dependsOn = [ "haproxy" ];
extraOptions = [ "--network=web" ]; extraOptions = [ "--network=web" ];
autoStart = true; autoStart = true;