mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-31 03:50:11 -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
|
@ -106,6 +106,9 @@ def main():
|
|||
logger.initLogger(console=not plexpy.QUIET, log_dir=False,
|
||||
verbose=plexpy.VERBOSE)
|
||||
|
||||
if os.getenv('TAUTULLI_DOCKER', False) == 'True':
|
||||
plexpy.DOCKER = True
|
||||
|
||||
if args.dev:
|
||||
plexpy.DEV = True
|
||||
logger.debug(u"Tautulli is running in the dev environment.")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue