Add docker mount warning message

This commit is contained in:
JonnyWong16 2021-10-09 16:11:21 -07:00
parent 92440224de
commit 8f3a108f3b
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
5 changed files with 28 additions and 0 deletions

View file

@ -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