fix: correct typo in ,env

fixed typo with mediaflow proxy profile to correct profile name
This commit is contained in:
drew
2025-07-12 08:54:40 -04:00
committed by GitHub
parent ca675d3c46
commit 8985f425ee
+2 -2
View File
@@ -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.