forked from mirrors/mattermost-docker
Expose TCP port for Calls
This commit is contained in:
parent
ab91deac93
commit
287886d525
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user