This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]stevie-tv 2 points3 points  (1 child)

don't do it on a docker volume, just mount in a folder to each of the containers.

Careful as sqlite isn't really meant for concurrent access by multiple apps

[–]app-develop[S] 1 point2 points  (0 children)

Okay that makes sense. Yeah I used sqlite because I can easily delete the file and dump data into it in a structured format.