Add chown
for nobody in the docker run example (#2193)
Co-authored-by: Mickael <me@mvest.tech> Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
This commit is contained in:
parent
0f96d49dd1
commit
5600d79ff1
1 changed files with 2 additions and 0 deletions
|
@ -3,8 +3,10 @@
|
|||
## Docker
|
||||
|
||||
The Dockerfile gives a quick and easy way to pull the latest Focalboard server and deploy it locally.
|
||||
Please note that if you wish to have persistence and mount a volume for the `/data` directory, the host directory must be owned by user `nobody`.
|
||||
|
||||
```
|
||||
sudo chown -R nobody /home/user/focalboard-data
|
||||
docker build -t focalboard .
|
||||
docker run -it -v "/home/user/focalboard-data:/data" -p 80:8000 focalboard
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue