Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ There are two ways to run Compass locally:
2. Start services in Docker & reset the database

```sh
docker compose -f supporting_services/docker-compose.yml up -d # start the services in the background
echo # Starting Docker and required services in the background
open --background -a Docker && while ! docker system info > /dev/null 2>&1; do sleep 1; done
docker compose -f supporting_services/docker-compose.yml up -d
npm run db:reset # reset and migrate the database
```

Expand Down