mirror of
https://github.com/casjaysdevdocker/tools
synced 2025-09-20 03:57:39 -04:00
🗃️ Committing everything that changed 🗃️
This commit is contained in:
9
scripts/mattermost-webrtc.sh
Executable file
9
scripts/mattermost-webrtc.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/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
|
Reference in New Issue
Block a user