v0l / snort

Feature packed nostr web UI, Mirror of https://git.v0l.io/Kieran/snort
https://snort.social
MIT License
318 stars 120 forks source link

Which path should I mount if I want to use docker and keep the "userdata"? #545

Closed hellodword closed 1 year ago

hellodword commented 1 year ago
docker run -d -p 8080:80 ghcr.io/v0l/snort

Thanks for your work, this works great.

But I can't find any document about the configuration about persistent data.

v0l commented 1 year ago

There is no user data

hellodword commented 1 year ago

There is no user data

Ok I see, the nesc is stored (in some way) in the IndexedDB/Local Storage.

Thanks.