forked from mirrors/mattermost-docker
Merge pull request #131 from mattermost/MM-53140
Expose TCP port for Calls
This commit is contained in:
commit
1fee048edc
@ -5,3 +5,4 @@ services:
|
||||
ports:
|
||||
- ${APP_PORT}:8065
|
||||
- ${CALLS_PORT}:8443/udp
|
||||
- ${CALLS_PORT}:8443/tcp
|
||||
|
@ -61,6 +61,7 @@ services:
|
||||
- MM_SERVICESETTINGS_SITEURL
|
||||
ports:
|
||||
- ${CALLS_PORT}:8443/udp
|
||||
- ${CALLS_PORT}:8443/tcp
|
||||
|
||||
# If you use rolling image tags and feel lucky watchtower can automatically pull new images and
|
||||
# instantiate containers from it. https://containrrr.dev/watchtower/
|
||||
|
@ -61,7 +61,7 @@ MM_BLEVESETTINGS_INDEXDIR=/mattermost/bleve-indexes
|
||||
|
||||
## This will be 'mattermost-enterprise-edition' or 'mattermost-team-edition' based on the version of Mattermost you're installing.
|
||||
MATTERMOST_IMAGE=mattermost-enterprise-edition
|
||||
MATTERMOST_IMAGE_TAG=7.1
|
||||
MATTERMOST_IMAGE_TAG=7.8
|
||||
|
||||
## Make Mattermost container readonly. This interferes with the regeneration of root.html inside the container. Only use
|
||||
## it if you know what you're doing.
|
||||
|
Loading…
Reference in New Issue
Block a user