Skip to content

Conversation

@ASlepushko
Copy link

@ASlepushko ASlepushko commented Dec 28, 2025

Summary

Updated the Mattermost Calls service port configuration to properly map the container's internal port 8443 to a custom host port. Previously, the configuration used ${CALLS_PORT} for both host and container ports, which incorrectly assumed the host and container ports should be the same. The container always uses port 8443 internally for the Calls service, so this fix ensures proper mapping by introducing ${CALLS_PORT} for the external host port while keeping the container port fixed at 8443.

fix: Correct port mapping for Mattermost Calls service

Change Calls port mapping from ${CALLS_PORT}:${CALLS_PORT} to use 
container's fixed internal port 8443 with ${CALLS_HOST_PORT}:8443
@ASlepushko ASlepushko changed the title Update docker-compose.without-nginx.yml FIX: docker-compose.without-nginx.yml Dec 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant