mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-12 00:06:07 -07:00
Keep docker mount log message when check is disabled
This commit is contained in:
parent
a49175b3b1
commit
ef8557b50a
1 changed files with 1 additions and 1 deletions
|
@ -252,7 +252,7 @@ def initialize(config_file):
|
||||||
DB_FILE
|
DB_FILE
|
||||||
))
|
))
|
||||||
|
|
||||||
if CONFIG.CHECK_DOCKER_MOUNT and DOCKER and not DOCKER_MOUNT:
|
if DOCKER and not DOCKER_MOUNT:
|
||||||
logger.warn(
|
logger.warn(
|
||||||
"Docker /config volume not mounted. Using a Docker volume instead. "
|
"Docker /config volume not mounted. Using a Docker volume instead. "
|
||||||
"All data may be cleared when the container is recreated or updated."
|
"All data may be cleared when the container is recreated or updated."
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue