|
|
|
@ -995,6 +995,15 @@ DOCKER_APP_CACHE_PATH="${DOCKER_DATA_ROOT}/pixelfed/cache"
|
|
|
|
|
# Port that Redis will listen on *outside* the container (e.g. the host machine)
|
|
|
|
|
DOCKER_REDIS_PORT_EXTERNAL="${REDIS_PORT:-6379}"
|
|
|
|
|
|
|
|
|
|
# The filename that Redis should store its config file within
|
|
|
|
|
#
|
|
|
|
|
# NOTE: The file *MUST* exists (even empty) before enabling this setting!
|
|
|
|
|
#
|
|
|
|
|
# Use a command like [touch "${DOCKER_CONFIG_ROOT}/redis/redis.conf"] to create it.
|
|
|
|
|
#
|
|
|
|
|
# Defaults to ""
|
|
|
|
|
#DOCKER_REDIS_CONFIG_FILE="/etc/redis/redis.conf"
|
|
|
|
|
|
|
|
|
|
# Port that the database will listen on *outside* the container (e.g. the host machine)
|
|
|
|
|
#
|
|
|
|
|
# Use "3306" for MySQL/MariaDB and "5432" for PostgreeSQL
|
|
|
|
|