docker run -it -v <local path>:/opt/focalboard/data -p 3000:8000 --restart unless-stopped mattermost/focalboard
A local path, for ex, /home/xelab04/fbdata is used instead of a docker volume
Expected behavior
The database and all required data is intialised, using the local path as persistent storage. Focalboard initialises correctly if a volume is specified for mounting instead of a path.
Screenshots (optional)
Edition and Platform
Edition: OpenSUSE server
Version: OpenSUSE tumbleweed, Focalboard version latest
Browser and OS: Not applicable
Sev 1: Affects critical functionality without a workaround
Steps to reproduce the behavior
Run
docker run -it -v <local path>:/opt/focalboard/data -p 3000:8000 --restart unless-stopped mattermost/focalboard
A local path, for ex, /home/xelab04/fbdata is used instead of a docker volumeExpected behavior
The database and all required data is intialised, using the local path as persistent storage. Focalboard initialises correctly if a volume is specified for mounting instead of a path.
Screenshots (optional)
Edition and Platform