forked from mirrors/mattermost-docker
9 lines
138 B
YAML
9 lines
138 B
YAML
version: "2.4"
|
|
|
|
services:
|
|
mattermost:
|
|
ports:
|
|
- ${APP_PORT}:8065
|
|
- ${CALLS_PORT}:8443/udp
|
|
- ${CALLS_PORT}:8443/tcp
|