From 7f2ee3bbe987481580efcf83c954c01d8de23807 Mon Sep 17 00:00:00 2001 From: anud18 <91171171+anud18@users.noreply.github.com> Date: Thu, 3 Oct 2024 15:31:04 +0800 Subject: [PATCH] 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) --- README.md | 2 +- README_ja.md | 2 +- README_ko.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fdc6d04cc..1540f0b32 100644 --- a/README.md +++ b/README.md @@ -210,7 +210,7 @@ To update the default HTTP serving port (80), go to [docker-compose.yml](./docke Updates to the above configurations require a reboot of all containers to take effect: > ```bash -> $ docker-compose -f docker/docker-compose.yml up -d +> $ docker compose -f docker/docker-compose.yml up -d > ``` ## ๐Ÿ”ง Build a Docker image without embedding models diff --git a/README_ja.md b/README_ja.md index 9d0c1b904..936c57b35 100644 --- a/README_ja.md +++ b/README_ja.md @@ -192,7 +192,7 @@ > ใ™ในใฆใฎใ‚ทใ‚นใƒ†ใƒ ่จญๅฎšใฎใ‚ขใƒƒใƒ—ใƒ‡ใƒผใƒˆใ‚’ๆœ‰ๅŠนใซใ™ใ‚‹ใซใฏใ€ใ‚ทใ‚นใƒ†ใƒ ใฎๅ†่ตทๅ‹•ใŒๅฟ…่ฆใงใ™: > > ```bash -> $ docker-compose up -d +> $ docker compose -f docker/docker-compose.yml up -d > ``` ## ๐Ÿ”ง ใ‚ฝใƒผใ‚นใ‚ณใƒผใƒ‰ใงDockerใ‚คใƒกใƒผใ‚ธใ‚’ไฝœๆˆ๏ผˆๅŸ‹ใ‚่พผใฟใƒขใƒ‡ใƒซใชใ—๏ผ‰ diff --git a/README_ko.md b/README_ko.md index 9107bb39f..2987a90ae 100644 --- a/README_ko.md +++ b/README_ko.md @@ -194,7 +194,7 @@ > ๋ชจ๋“  ์‹œ์Šคํ…œ ๊ตฌ์„ฑ ์—…๋ฐ์ดํŠธ๋Š” ์ ์šฉ๋˜๊ธฐ ์œ„ํ•ด ์‹œ์Šคํ…œ ์žฌ๋ถ€ํŒ…์ด ํ•„์š”ํ•ฉ๋‹ˆ๋‹ค. > > ```bash -> $ docker-compose up -d +> $ docker compose -f docker/docker-compose.yml up -d > ``` ## ๐Ÿ”ง ์†Œ์Šค ์ฝ”๋“œ๋กœ Docker ์ด๋ฏธ์ง€๋ฅผ ์ปดํŒŒ์ผํ•ฉ๋‹ˆ๋‹ค(์ž„๋ฒ ๋”ฉ ๋ชจ๋ธ ํฌํ•จํ•˜์ง€ ์•Š์Œ)