Back to Focalboard

Personal Server (Docker)

website/site/content/docs/personal-edition/docker.md

8.0.0475 B
Original Source

You can download and run the latest version of Focalboard Personal Server with a single-line <a href="https://www.docker.com/">Docker</a> command:

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

Then open a browser to <a href="http://localhost">http://localhost</a>.

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.