An open API service indexing awesome lists of open source software.

https://github.com/lenisha/mattermost-docker

from https://github.com/mattermost/docker
https://github.com/lenisha/mattermost-docker

Last synced: 4 months ago
JSON representation

from https://github.com/mattermost/docker

Awesome Lists containing this project

README

        

# Mattermost Docker
The official Docker deployment solution for Mattermost.

## Install & Usage

Refer to the [Mattermost Docker deployment guide](https://docs.mattermost.com/install/install-docker.html) for instructions on how to install and use this Docker image.

## Contribute
PRs are welcome, refer to our [contributing guide](https://developers.mattermost.com/contribute/getting-started/) for an overview of the Mattermost contribution process.

## Upgrading from `mattermost-docker`

This repository replaces the [deprecated mattermost-docker repository](https://github.com/mattermost/mattermost-docker>). For an in-depth guide to upgrading, please refer to [this document](https://github.com/mattermost/docker/blob/main/scripts/UPGRADE.md).

# Azure Deployment

Import Mattermost image to ACR

```
az acr import -n clcontainers --source docker.io/mattermost/mattermost-enterprise-edition:6.3 --image mattermost/mattermost-enterprise-edition:6.3
```