From 8985f425ee5eec0fb61d7546e192aabdd8635fb1 Mon Sep 17 00:00:00 2001 From: drew <102187776+drewgallinger@users.noreply.github.com> Date: Sat, 12 Jul 2025 08:54:40 -0400 Subject: [PATCH] fix: correct typo in ,env fixed typo with mediaflow proxy profile to correct profile name --- .env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env b/.env index ca64195..8f1c188 100644 --- a/.env +++ b/.env @@ -37,8 +37,8 @@ PGID=1000 # allows external access while authelia provides authentication. # From there, you can add other apps by adding the relevant profile to the COMPOSE_PROFILES variable below. -# e.g. If you wanted to add aiostreams and mediaflow proxy, you would add the 'aiostreams' and 'mediaflow' profiles to the COMPOSE_PROFILES variable. -# like so: COMPOSE_PROFILES="required,aiostreams,mediaflow" +# e.g. If you wanted to add aiostreams and mediaflow proxy, you would add the 'aiostreams' and 'mediaflow-proxy' profiles to the COMPOSE_PROFILES variable. +# like so: COMPOSE_PROFILES="required,aiostreams,mediaflow-proxy" # You can also add the 'all' profile which will include every service in the template. # This can be useful if you prefer to manually edit the root compose.yaml file to remove services from the include list or removing the profiles.