Skip to content

Update mattermost to version v11.4.2 #6514

Update mattermost to version v11.4.2

Update mattermost to version v11.4.2 #6514

Triggered via pull request March 2, 2026 15:54
@al-lacal-lac
synchronize #4940
Status Success
Total duration 16s
Artifacts

lint-apps.yml

on: pull_request_target
Lint apps
12s
Lint apps
Fit to window
Zoom out
Zoom in

Annotations

2 notices
External port mapping "8443:8443/udp": mattermost/docker-compose.yml#L27
Port mappings may be unnecessary for the app to function correctly. Docker's internal DNS resolves container names to IP addresses within the same network. External access to the web interface is handled by the app_proxy container. Port mappings are only needed if external access is required to a port not proxied by the app_proxy, or if an app needs to expose multiple ports for its functionality (e.g., DHCP, DNS, P2P, etc.).
External port mapping "8443:8443/tcp": mattermost/docker-compose.yml#L27
Port mappings may be unnecessary for the app to function correctly. Docker's internal DNS resolves container names to IP addresses within the same network. External access to the web interface is handled by the app_proxy container. Port mappings are only needed if external access is required to a port not proxied by the app_proxy, or if an app needs to expose multiple ports for its functionality (e.g., DHCP, DNS, P2P, etc.).