mirror of
https://github.com/bigbluebutton/docker.git
synced 2025-01-26 23:48:42 +01:00
More explicit instructions for changing .env #2
This commit is contained in:
parent
1b77937d13
commit
95fdc1f664
@ -19,7 +19,9 @@
|
|||||||
$ cd bbb-docker
|
$ cd bbb-docker
|
||||||
```
|
```
|
||||||
6. Create `.env` with `$ cp sample.env .env`
|
6. Create `.env` with `$ cp sample.env .env`
|
||||||
7. Adjust the values in `.env` (don't forget to change the `ETHERPAD_API_KEY`, `SHARED_SECRET` and `RAILS_SECRET`!)
|
7. Adjust the values in `.env`
|
||||||
|
- **Important:** don't forget to change `ETHERPAD_API_KEY`, `SHARED_SECRET` and `RAILS_SECRET` to any random values! For example generated with `pwgen 40 3`
|
||||||
|
- `DOMAIN` and `EXTERNAL_IP` are also required
|
||||||
8. Start container. either...
|
8. Start container. either...
|
||||||
- **Most common setup**: BigBlueButton with automatic HTTPS certificate retrieval and Greenlight
|
- **Most common setup**: BigBlueButton with automatic HTTPS certificate retrieval and Greenlight
|
||||||
```bash
|
```bash
|
||||||
|
Loading…
Reference in New Issue
Block a user