mirror of
https://github.com/Viren070/docker-compose-template.git
synced 2025-12-01 23:17:00 +01:00
fix: correct typo in ,env
fixed typo with mediaflow proxy profile to correct profile name
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user