mirror of
https://github.com/bigbluebutton/docker.git
synced 2025-02-18 02:30:49 +01:00
wrong command within example
use of docker instead of docker-compose
This commit is contained in:
parent
0dd3d9a0bc
commit
b844ccb986
@ -45,7 +45,7 @@ Version: 2.3.4 | [Changelog](CHANGELOG.md) | [Issues](https://github.com/bigblue
|
||||
```
|
||||
6. If you use greenlight, you can create an admin account with:
|
||||
```bash
|
||||
$ docker-compose exec greenlight bundle exec rake admin:create
|
||||
$ docker exec bbb-docker_greenlight_1 bundle exec rake admin:create
|
||||
```
|
||||
|
||||
## Further How-To's
|
||||
|
Loading…
Reference in New Issue
Block a user