Keep docker mount log message when check is disabled

This commit is contained in:
JonnyWong16 2021-10-09 16:51:18 -07:00
parent a49175b3b1
commit ef8557b50a
No known key found for this signature in database
GPG key ID: B1F1F9807184697A

View file

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