1
0
mirror of https://github.com/mattermost/focalboard.git synced 2024-12-21 13:38:56 +02:00
Commit Graph

2 Commits

Author SHA1 Message Date
Doug Lauder
9f344382ce
GH-3541 docker data permissions & cleanup (#4148)
* fix markdown linter errors

* use named volumes; fix data paths
2022-11-10 13:28:28 -05:00
Kassim
69df147723
Add Docker volume persistence (#159)
* Add persistence to the default Docker container

This sets a default volume of `/data` for the Docker container.
This allows for persistence when using the default SQLite database, and the option of mounting the volume to the host for backing up.

* Add -v flag description

Co-authored-by: Jesús Espino <jespinog@gmail.com>
2021-06-07 11:20:32 +02:00