This repo is used to auto-build the hub.docker repo francoishill/mattermost-platform.
Currently using release 4.9.2 of mattermost-platform
Replace /path/to/config/dir
with the config dir on your host.
docker run -d -p 8080:80 -v /path/to/config/dir:/mattermost/config --name mattermost-platform francoishill/mattermost-platform
Refer to the docker hub repository.