diff --git a/CalibreWebCompanion/CalibreWebCompanion/settings.py b/CalibreWebCompanion/CalibreWebCompanion/settings.py index c02b2bb..a2f0e9e 100644 --- a/CalibreWebCompanion/CalibreWebCompanion/settings.py +++ b/CalibreWebCompanion/CalibreWebCompanion/settings.py @@ -190,7 +190,7 @@ WSGI_APPLICATION = 'CalibreWebCompanion.wsgi.application' # https://docs.djangoproject.com/en/3.0/ref/settings/#databases if usersettings["ISDOCKER"]: - defaultdb_path = "/usr/src/app/data/" + defaultdb_path = "calibre" else: defaultdb_path = BASE_DIR