parent
5cb2f9a341
commit
2c6cf12d2c
12
README.md
12
README.md
|
|
@ -41,12 +41,12 @@ Download and Install [NodeJS](https://nodejs.org/en/download) >= 18.15.0
|
||||||
## 🐳 Docker
|
## 🐳 Docker
|
||||||
|
|
||||||
### Docker Compose
|
### Docker Compose
|
||||||
|
1. Clone the Flowise project
|
||||||
1. Go to `docker` folder at the root of the project
|
2. 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. Copy `.env.example` file, paste it into the same location, and rename to `.env`
|
||||||
3. `docker compose up -d`
|
4. `docker compose up -d`
|
||||||
4. Open [http://localhost:3000](http://localhost:3000)
|
5. Open [http://localhost:3000](http://localhost:3000)
|
||||||
5. You can bring the containers down by `docker compose stop`
|
6. You can bring the containers down by `docker compose stop`
|
||||||
|
|
||||||
### Docker Image
|
### Docker Image
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue