This repository has been archived on 2023-03-15. You can view files and clone it, but cannot push or open issues or pull requests.
infrastructure/docker/jitsi/README.md

14 lines
211 B
Markdown
Raw Normal View History

This installation is inspired by: https://github.com/jitsi/jitsi-meet/blob/master/doc/manual-install.md
2020-03-22 14:09:20 +00:00
To build images:
```
docker-compose build
```
To run stack:
```
2020-03-22 15:05:42 +00:00
docker-compose up --force-recreate
2020-03-22 14:09:20 +00:00
```