Update README.md

Fix installation command `docker-compose up -d`
This commit is contained in:
Siu Leung Chan 2024-07-08 01:18:57 -04:00 committed by GitHub
parent 3ffb20b777
commit 0306e275ef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -76,7 +76,7 @@ There are mainly 2 ways of installing Perplexica - With Docker, Without Docker.
5. Ensure you are in the directory containing the `docker-compose.yaml` file and execute:
```bash
docker compose up -d
docker-compose up -d
```
6. Wait a few minutes for the setup to complete. You can access Perplexica at http://localhost:3000 in your web browser.