Skip to content

Commit 7166317

Browse files
Fix docker command (#2743)
* fix docker compose * correct docker compose command
1 parent 3cbbd59 commit 7166317

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ Download and Install [NodeJS](https://nodejs.org/en/download) >= 18.15.0
4444

4545
1. Go to `docker` folder at the root of the project
4646
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`
4848
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`
5050

5151
### Docker Image
5252

docker/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ Starts Flowise from [DockerHub Image](https://hub.docker.com/r/flowiseai/flowise
55
## Usage
66

77
1. Create `.env` file and specify the `PORT` (refer to `.env.example`)
8-
2. `docker-compose up -d`
8+
2. `docker compose up -d`
99
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`
1111

1212
## 🔒 Authentication
1313

@@ -19,9 +19,9 @@ Starts Flowise from [DockerHub Image](https://hub.docker.com/r/flowiseai/flowise
1919
- FLOWISE_USERNAME=${FLOWISE_USERNAME}
2020
- FLOWISE_PASSWORD=${FLOWISE_PASSWORD}
2121
```
22-
3. `docker-compose up -d`
22+
3. `docker compose up -d`
2323
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`
2525
2626
## 🌱 Env Variables
2727

i18n/README-JA.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@
4444

4545
1. プロジェクトのルートにある `docker` フォルダに移動する
4646
2. `.env.example` ファイルをコピーして同じ場所に貼り付け、名前を `.env` に変更する
47-
3. `docker-compose up -d`
47+
3. `docker compose up -d`
4848
4. [http://localhost:3000](http://localhost:3000) を開く
49-
5. コンテナを停止するには、`docker-compose stop` を使用します
49+
5. コンテナを停止するには、`docker compose stop` を使用します
5050

5151
### Docker Image
5252

i18n/README-KR.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@
4444

4545
1. 프로젝트의 최상위(root) 디렉토리에 있는 `docker` 폴더로 이동하세요.
4646
2. `.env.example` 파일을 복사한 후, 같은 경로에 붙여넣기 한 다음, `.env`로 이름을 변경합니다.
47-
3. `docker-compose up -d` 실행
47+
3. `docker compose up -d` 실행
4848
4. [http://localhost:3000](http://localhost:3000) URL 열기
49-
5. `docker-compose stop` 명령어를 통해 컨테이너를 종료시킬 수 있습니다.
49+
5. `docker compose stop` 명령어를 통해 컨테이너를 종료시킬 수 있습니다.
5050

5151
### 도커 이미지 활용
5252

i18n/README-ZH.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@
4444

4545
1. 进入项目根目录下的 `docker` 文件夹
4646
2. 创建 `.env` 文件并指定 `PORT`(参考 `.env.example`
47-
3. 运行 `docker-compose up -d`
47+
3. 运行 `docker compose up -d`
4848
4. 打开 [http://localhost:3000](http://localhost:3000)
49-
5. 可以通过 `docker-compose stop` 停止容器
49+
5. 可以通过 `docker compose stop` 停止容器
5050

5151
### Docker 镜像
5252

0 commit comments

Comments
 (0)