forked from mirrors/mattermost-docker
Merge pull request #139 from mattermost/support-custom-port
Support custom port for Calls
This commit is contained in:
commit
50b14baa2a
@ -29,7 +29,8 @@ services:
|
||||
- ${HTTP_PORT}:80
|
||||
mattermost:
|
||||
ports:
|
||||
- ${CALLS_PORT}:8443/udp
|
||||
- ${CALLS_PORT}:${CALLS_PORT}/udp
|
||||
- ${CALLS_PORT}:${CALLS_PORT}/tcp
|
||||
|
||||
# Shared volume for Let's Encrypt certificate renewal with a webroot
|
||||
volumes:
|
||||
|
@ -4,5 +4,5 @@ services:
|
||||
mattermost:
|
||||
ports:
|
||||
- ${APP_PORT}:8065
|
||||
- ${CALLS_PORT}:8443/udp
|
||||
- ${CALLS_PORT}:8443/tcp
|
||||
- ${CALLS_PORT}:${CALLS_PORT}/udp
|
||||
- ${CALLS_PORT}:${CALLS_PORT}/tcp
|
||||
|
@ -59,9 +59,6 @@ services:
|
||||
|
||||
# additional settings
|
||||
- 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/
|
||||
|
Loading…
Reference in New Issue
Block a user