focalboard/website/site/content/download/personal-edition/docker.md
2021-04-21 12:53:27 -07:00

592 B

title date subsection weight
Personal Server (Docker) 2020-12-15T12:02:23-04:00 Personal Edition 4

You can download and run the latest version of Focalboard Personal Server with a single-line Docker command:

docker run -it -p 80:8000 mattermost/focalboard

Then open a browser to http://localhost.

or, to specify a port number:

docker run -it -p <port>:8000 mattermost/focalboard

To set up manually

Follow the steps in the setup guide to configure Focalboard manually.