allowing BAN_template to be populated from docker env
This commit is contained in:
@@ -15,3 +15,4 @@ services:
|
||||
MAX_DAYS: "${MAX_DAYS}" # strings are converted to ints when the
|
||||
MAX_POSTS: "${MAX_POSTS}" # corresponding config value is an int
|
||||
SLEEP_MINUTES: "${SLEEP_MINUTES}"
|
||||
BAN_TEMPLATE: "${BAN_TEMPLATE}"
|
||||
|
||||
Reference in New Issue
Block a user