We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running pinnwand in Docker with PINNWAND_DATABASE_URI set to sqlite:///data/pinnwand.db but it uses the default system memory store:
PINNWAND_DATABASE_URI
sqlite:///data/pinnwand.db
docker run -e 'PINNWAND_DATABASE_URI'='sqlite:///data/pinnwand.db' -v '/some/path':'/data':'rw' 'ghcr.io/supakeen/pinnwand:latest'
The text was updated successfully, but these errors were encountered:
I'll take a look.
Sorry, something went wrong.
supakeen
No branches or pull requests
Running pinnwand in Docker with
PINNWAND_DATABASE_URI
set tosqlite:///data/pinnwand.db
but it uses the default system memory store:The text was updated successfully, but these errors were encountered: