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