From 88304d29c157db7b9f7d4156c669582da28c1ddb Mon Sep 17 00:00:00 2001 From: ItzCrazyKns Date: Wed, 17 Apr 2024 21:00:43 +0530 Subject: [PATCH] feat(readme): use detached mode for docker compose --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9d26fae..3f2f63d 100644 --- a/README.md +++ b/README.md @@ -64,12 +64,12 @@ 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 + 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. -**Note**: Once the terminal is stopped, Perplexica will also stop. To restart it, you will need to open Docker Desktop and run Perplexica again. +**Note**: After the containers are built, you can start Perplexica directly from Docker without having to open a terminal. ### Non-Docker Installation