mirror of
https://github.com/casjaysdevdocker/tools
synced 2025-01-18 12:34:31 -05:00
8 lines
146 B
Bash
8 lines
146 B
Bash
|
docker run -d \
|
||
|
--name mattermost-webrtc \
|
||
|
--restart=always \
|
||
|
-p 7088:7088 \
|
||
|
-p 7089:7089 \
|
||
|
-p 8188:8188 \
|
||
|
-p 8189:8189 \
|
||
|
mattermost/webrtc:latest
|