fix: update mattermost image tag and add default port
This commit is contained in:
parent
69fc4c7f52
commit
4f23d3880d
1 changed files with 2 additions and 1 deletions
|
|
@ -2,10 +2,11 @@
|
|||
# documentation: https://docs.mattermost.com
|
||||
# slogan: Mattermost is an open source, self-hosted Slack-alternative.
|
||||
# tags: mattermost,slack,alternative
|
||||
# port: 8065
|
||||
|
||||
services:
|
||||
mattermost:
|
||||
image: mattermost/mattermost-team-edition:9
|
||||
image: mattermost/mattermost-team-edition:release-9
|
||||
volumes:
|
||||
- mattermost-data:/mattermost
|
||||
environment:
|
||||
|
|
|
|||
Loading…
Reference in a new issue