Skip to content

Commit

Permalink
Expose TCP port for Calls
Browse files Browse the repository at this point in the history
  • Loading branch information
streamer45 committed Jun 20, 2023
1 parent ab91dea commit 287886d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.without-nginx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ services:
ports:
- ${APP_PORT}:8065
- ${CALLS_PORT}:8443/udp
- ${CALLS_PORT}:8443/tcp
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit 287886d

Please sign in to comment.