-
I have installed Stringer as a docker container and everything is amazing, but if I restart the docker instance, everything is as if I had not set it up (I lose feeds, history and have to set up the password again) Here is my docker command: Any ideas? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey @sottey, I may not be understanding, but setting |
Beta Was this translation helpful? Give feedback.
Hey @sottey, I may not be understanding, but setting
DATABASE_URL="sqlite3:':memory:'"
looks suspicious to me. Using an in-memory (non-persisted) db inside the Docker container is going to cause it to evaporate after the machine shuts down. SQLite might work, but we don't support it, so you're best off using Postgres.