mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
docs: Migrate README to Compose V2 syntax (#2711)
### What problem does this PR solve? This PR updates README to reflect the migration from Compose V1 (`docker-compose`) to Compose V2 (`docker compose`): ### Type of change - [x] Documentation Update ### Source The migration details and differences between Compose V1 and Compose V2 are based on the official Docker documentation: [Docker Docs: Migrate to Compose V2](https://docs.docker.com/compose/releases/migrate/#what-are-the-differences-between-compose-v1-and-compose-v2)
This commit is contained in:
@ -192,7 +192,7 @@
|
||||
> すべてのシステム設定のアップデートを有効にするには、システムの再起動が必要です:
|
||||
>
|
||||
> ```bash
|
||||
> $ docker-compose up -d
|
||||
> $ docker compose -f docker/docker-compose.yml up -d
|
||||
> ```
|
||||
|
||||
## 🔧 ソースコードでDockerイメージを作成(埋め込みモデルなし)
|
||||
|
||||
Reference in New Issue
Block a user