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
|
# documentation: https://docs.mattermost.com
|
||||||
# slogan: Mattermost is an open source, self-hosted Slack-alternative.
|
# slogan: Mattermost is an open source, self-hosted Slack-alternative.
|
||||||
# tags: mattermost,slack,alternative
|
# tags: mattermost,slack,alternative
|
||||||
|
# port: 8065
|
||||||
|
|
||||||
services:
|
services:
|
||||||
mattermost:
|
mattermost:
|
||||||
image: mattermost/mattermost-team-edition:9
|
image: mattermost/mattermost-team-edition:release-9
|
||||||
volumes:
|
volumes:
|
||||||
- mattermost-data:/mattermost
|
- mattermost-data:/mattermost
|
||||||
environment:
|
environment:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue