2 Commits

Author SHA1 Message Date
13140de292 enable file provider 2025-02-07 21:54:42 -08:00
cc7a58cae8 Merge pull request 'add steps to use this' (#1) from install-docs into main
Reviewed-on: #1
2025-02-04 02:55:41 +00:00

View File

@ -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 #