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
- Host: GitHub
- URL: https://github.com/lenisha/mattermost-docker
- Owner: lenisha
- License: apache-2.0
- Created: 2022-04-18T22:42:05.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-19T03:24:34.000Z (about 3 years ago)
- Last Synced: 2024-10-18T06:16:16.341Z (8 months ago)
- Language: Shell
- Homepage:
- Size: 79.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```