diff --git a/plexpy/__init__.py b/plexpy/__init__.py index b3f9610e..7fbe54ec 100644 --- a/plexpy/__init__.py +++ b/plexpy/__init__.py @@ -241,6 +241,13 @@ def initialize(config_file): logger.info("Python {}".format( sys.version.replace('\n', '') )) + + if DOCKER and not DOCKER_MOUNT: + logger.warn( + "Docker /config volume not mounted. " + "All data may be cleared when the container is recreated or updated." + ) + logger.info("Program Dir: {}".format( PROG_DIR ))