This commit is contained in:
Ilia Androshchuk 2024-01-22 07:32:59 +02:00 committed by GitHub
commit 7b32b3527a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 0 deletions

View File

@ -35,6 +35,12 @@ We recommend running Barge inside a Linux machine.
- On Windows or MacOS, [increase memory to 4 GB (default is 2 GB)](https://stackoverflow.com/a/44533437). Or, for C2D, make it 8 to 16 GB
- [Docker Compose](https://docs.docker.com/compose/)
For compatibility with Docker Compose V2, use the following script
```bash
echo 'docker compose --compatibility "$@"' | sudo tee -a /usr/local/bin/docker-compose && sudo chmod +x /usr/local/bin/docker-compose
```
## Get Started
If you're new to Barge, it's best to start with the defaults: