by default docker should use the prebuilt images.

in same cases docker still tries to build it, exceeding the RAM requirement and often failing due to the missing submodules
This commit is contained in:
chandi 2023-12-08 12:04:14 +01:00
parent 0df9e2fd53
commit 07ce2c483c

View File

@ -52,7 +52,7 @@ Version: 2.7.3 | [Changelog](CHANGELOG.md) | [Issues](https://github.com/bigblue
``` ```
5. Start containers: 5. Start containers:
```bash ```bash
$ docker compose up -d $ docker compose up -d --no-build
``` ```
6. If you use greenlight, you can create an admin account with: 6. If you use greenlight, you can create an admin account with:
```bash ```bash