From 13140de2924cc41a7c363122ddd06b80f71f7f29 Mon Sep 17 00:00:00 2001 From: Ammar Hussein Date: Fri, 7 Feb 2025 21:54:42 -0800 Subject: [PATCH] enable file provider --- traefik.resisttechmonopolies.online.env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/traefik.resisttechmonopolies.online.env b/traefik.resisttechmonopolies.online.env index f748895..be77188 100644 --- a/traefik.resisttechmonopolies.online.env +++ b/traefik.resisttechmonopolies.online.env @@ -18,7 +18,7 @@ COMPOSE_FILE="compose.yml" ##################################################################### ## Host-mode networking -#COMPOSE_FILE="$COMPOSE_FILE:compose.host.yml" +COMPOSE_FILE="$COMPOSE_FILE:compose.host.yml" ## "Headless mode" (no domain configured) #COMPOSE_FILE="$COMPOSE_FILE:compose.headless.yml" @@ -100,7 +100,7 @@ COMPOSE_FILE="compose.yml" # File provider directory configuration # # (Route bare metal and non-docker services on the machine!) # ##################################################################### -#FILE_PROVIDER_DIRECTORY_ENABLED=1 +FILE_PROVIDER_DIRECTORY_ENABLED=1 ##################################################################### # Additional services #