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.