PhiTux / DailyTxT

Encrypted Diary Web-App
https://hub.docker.com/r/phitux/dailytxt/
MIT License
208 stars 14 forks source link

Restarting docker container wipes data #16

Closed dannongruver closed 1 year ago

dannongruver commented 1 year ago

Might be my lack of docker knowledge but restarting the container wipes out all data (registrations, entries, templates). The docker-compose.yml file I use has an external volume so I thought the data would be persistent across restarts.

PhiTux commented 1 year ago

This must (well, it should!) be a misconfiguration of your docker... I've never heard that data gets wiped after restart.

Could you post you yml-file (delete the sensitive data of course!!) - or just show the line of the volume-configuration?