Closed jayaddison closed 1 year ago
After this merge, the only persistent volume for the grocy-docker
containers will be the app-db
volume associated with the backend
container.
The merge of #188 in future could potentially re-introduce a persistent storage for the frontend
container; a directory to hold webserver-related state in frontend
containers.
Both containers also currently mount a single ephemeral volume -- a tmpfs
mount at /tmp
.
Since the merge of #195, containers log to
stderr
andstdout
instead of the container's filesystem.