mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-05 20:51:15 -07:00
Add docker mount warning message
This commit is contained in:
parent
92440224de
commit
8f3a108f3b
5 changed files with 28 additions and 0 deletions
|
@ -125,6 +125,7 @@ def main():
|
|||
|
||||
if helpers.bool_true(os.getenv('TAUTULLI_DOCKER', False)):
|
||||
plexpy.DOCKER = True
|
||||
plexpy.DOCKER_MOUNT = not os.path.isfile('/config/DOCKER')
|
||||
if helpers.bool_true(os.getenv('TAUTULLI_SNAP', False)):
|
||||
plexpy.SNAP = True
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue