Commit 7166317 1 parent 3cbbd59 commit 7166317 Copy full SHA for 7166317
File tree 5 files changed +12
-12
lines changed
5 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -44,9 +44,9 @@ Download and Install [NodeJS](https://nodejs.org/en/download) >= 18.15.0
44
44
45
45
1. Go to ` docker` folder at the root of the project
46
46
2. Copy ` .env.example` file, paste it into the same location, and rename to ` .env`
47
- 3. ` docker- compose up -d`
47
+ 3. ` docker compose up -d`
48
48
4. Open [http://localhost:3000](http://localhost:3000)
49
- 5. You can bring the containers down by ` docker- compose stop`
49
+ 5. You can bring the containers down by ` docker compose stop`
50
50
51
51
# ## Docker Image
52
52
Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ Starts Flowise from [DockerHub Image](https://hub.docker.com/r/flowiseai/flowise
5
5
## Usage
6
6
7
7
1 . Create ` .env ` file and specify the ` PORT ` (refer to ` .env.example ` )
8
- 2 . ` docker- compose up -d `
8
+ 2 . ` docker compose up -d `
9
9
3 . Open [ http://localhost:3000 ] ( http://localhost:3000 )
10
- 4 . You can bring the containers down by ` docker- compose stop `
10
+ 4 . You can bring the containers down by ` docker compose stop `
11
11
12
12
## 🔒 Authentication
13
13
@@ -19,9 +19,9 @@ Starts Flowise from [DockerHub Image](https://hub.docker.com/r/flowiseai/flowise
19
19
- FLOWISE_USERNAME=${FLOWISE_USERNAME}
20
20
- FLOWISE_PASSWORD=${FLOWISE_PASSWORD}
21
21
```
22
- 3. `docker- compose up -d`
22
+ 3. `docker compose up -d`
23
23
4. Open [http://localhost:3000](http://localhost:3000)
24
- 5. You can bring the containers down by `docker- compose stop`
24
+ 5. You can bring the containers down by `docker compose stop`
25
25
26
26
## 🌱 Env Variables
27
27
Original file line number Diff line number Diff line change 44
44
45
45
1. プロジェクトのルートにある ` docker` フォルダに移動する
46
46
2. ` .env.example` ファイルをコピーして同じ場所に貼り付け、名前を ` .env` に変更する
47
- 3. ` docker- compose up -d`
47
+ 3. ` docker compose up -d`
48
48
4. [http://localhost:3000](http://localhost:3000) を開く
49
- 5. コンテナを停止するには、` docker- compose stop` を使用します
49
+ 5. コンテナを停止するには、` docker compose stop` を使用します
50
50
51
51
# ## Docker Image
52
52
Original file line number Diff line number Diff line change 44
44
45
45
1. 프로젝트의 최상위(root) 디렉토리에 있는 ` docker` 폴더로 이동하세요.
46
46
2. ` .env.example` 파일을 복사한 후, 같은 경로에 붙여넣기 한 다음, ` .env` 로 이름을 변경합니다.
47
- 3. ` docker- compose up -d` 실행
47
+ 3. ` docker compose up -d` 실행
48
48
4. [http://localhost:3000](http://localhost:3000) URL 열기
49
- 5. ` docker- compose stop` 명령어를 통해 컨테이너를 종료시킬 수 있습니다.
49
+ 5. ` docker compose stop` 명령어를 통해 컨테이너를 종료시킬 수 있습니다.
50
50
51
51
# ## 도커 이미지 활용
52
52
Original file line number Diff line number Diff line change 44
44
45
45
1. 进入项目根目录下的 ` docker` 文件夹
46
46
2. 创建 ` .env` 文件并指定 ` PORT` (参考 ` .env.example` )
47
- 3. 运行 ` docker- compose up -d`
47
+ 3. 运行 ` docker compose up -d`
48
48
4. 打开 [http://localhost:3000](http://localhost:3000)
49
- 5. 可以通过 ` docker- compose stop` 停止容器
49
+ 5. 可以通过 ` docker compose stop` 停止容器
50
50
51
51
# ## Docker 镜像
52
52
You can’t perform that action at this time.
0 commit comments