Fix docker command (#2743)

* fix docker compose

* correct docker compose command
This commit is contained in:
William Espegren
2024-07-12 18:57:58 +02:00
committed by GitHub
parent 3cbbd59242
commit 7166317482
5 changed files with 12 additions and 12 deletions
+2 -2
View File
@@ -44,9 +44,9 @@ Download and Install [NodeJS](https://nodejs.org/en/download) >= 18.15.0
1. Go to `docker` folder at the root of the project
2. Copy `.env.example` file, paste it into the same location, and rename to `.env`
3. `docker-compose up -d`
3. `docker compose up -d`
4. Open [http://localhost:3000](http://localhost:3000)
5. You can bring the containers down by `docker-compose stop`
5. You can bring the containers down by `docker compose stop`
### Docker Image