🗃️ Committing everything that changed 🗃️

This commit is contained in:
casjay
2023-02-23 23:38:31 -05:00
parent b10c2c4167
commit f60b5e55e5
63 changed files with 437 additions and 384 deletions

9
scripts/mattermost-webrtc.sh Executable file
View 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