mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-30 11:38:36 -07:00
Lock down some settings for Docker container
This commit is contained in:
parent
6bb6e27378
commit
a976d65e9c
4 changed files with 33 additions and 20 deletions
|
@ -68,6 +68,7 @@ DAEMON = False
|
|||
CREATEPID = False
|
||||
PIDFILE = None
|
||||
NOFORK = False
|
||||
DOCKER = False
|
||||
|
||||
SCHED = BackgroundScheduler()
|
||||
SCHED_LOCK = threading.Lock()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue