Skip to content

Commit

Permalink
Docker installation used wrong service (#3813)
Browse files Browse the repository at this point in the history
`docker-compose.yaml` service name was changed to `openbb` from `poetry` but documentation was not updated for all platforms
  • Loading branch information
jose-donato authored Dec 21, 2022
1 parent 7e90d20 commit 8d2d9af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/content/terminal/quickstart/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ Execute this commands:
```bash
curl -o docker-compose.yaml https://raw.githubusercontent.com/OpenBB-finance/OpenBBTerminal/main/build/docker/docker-compose.yaml

docker compose run poetry
docker compose run openbb
```

This will download and run the file: `docker-compose.yaml`
Expand Down

0 comments on commit 8d2d9af

Please sign in to comment.