mirror of
https://github.com/casjaysdevdocker/tools
synced 2025-01-18 06:34:31 -05:00
10 lines
181 B
Bash
10 lines
181 B
Bash
|
#!/usr/bin/env bash
|
||
|
docker run -d \
|
||
|
--name mattermost-webrtc \
|
||
|
--restart=always \
|
||
|
-p 7088:7088 \
|
||
|
-p 7089:7089 \
|
||
|
-p 8188:8188 \
|
||
|
-p 8189:8189 \
|
||
|
mattermost/webrtc:latest
|