Add environment variable to docker container to disable local filesystem check for db #2029
-
I run komga on my home server, I have my filesystem for my docker system connected to my vm's via nfs4. It works, the komga db has no issues. I've been running it for a year +. I understand if you'd like to require this going forward, but at least give me an option in the docker container to disable this check. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
you definitely should NOT be using a SQLite database on NFS, you should really move it to a local filesystem. all the configuration keys can be set as environment variables too:
So |
Beta Was this translation helpful? Give feedback.
you definitely should NOT be using a SQLite database on NFS, you should really move it to a local filesystem.
all the configuration keys can be set as environment variables too:
.
with_
-
So
komga.database.check-local-filesystem
becomesKOMGA_DATABASE_CHECKLOCALFILESYSTEM