1. 部署环境:
1.1 vm 虚拟机 安装的 centos 7
1.2 centos7安装docker 和 docker-compose
2.docker命令
官网部署文档地址:(文档地址有可能失效)
Self-Hosting Guide - Docker | Jitsi Meet
2.1Download and extract the latest release. DO NOT clone the git repository. See below if you are interested in running test images:
wget $(curl -s https://api.github.com/repos/jitsi/docker-jitsi-meet/releases/latest | grep 'zip' | cut -d\" -f4)
2.2Unzip the package:
unzip <filename>
2.3Create a .env
file by copying and adjusting env.example
:
<