wrong command within example

use of docker instead of docker-compose
This commit is contained in:
Guenther Schreiner 2021-09-08 23:14:42 +02:00 committed by GitHub
parent 0dd3d9a0bc
commit b844ccb986
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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