Skip to content

Commit a979beb

Browse files
authored
Merge pull request coollabsio#3103 from sroepges/main
fix: update mattermost image tag and add default port
2 parents 0143b9b + 0f7a199 commit a979beb

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

public/svgs/mattermost.svg

Lines changed: 6 additions & 0 deletions
Loading

templates/compose/mattermost.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22
# documentation: https://docs.mattermost.com
33
# slogan: Mattermost is an open source, self-hosted Slack-alternative.
44
# tags: mattermost,slack,alternative
5+
# logo: svgs/mattermost.svg
6+
# port: 8065
57

68
services:
79
mattermost:
8-
image: mattermost/mattermost-team-edition:9
10+
image: mattermost/mattermost-team-edition:release-9
911
volumes:
1012
- mattermost-data:/mattermost
1113
environment:

0 commit comments

Comments
 (0)