anud18
commited on
Commit
ยท
79717ac
1
Parent(s):
1c2038a
docs: Migrate README to Compose V2 syntax (#2711)
Browse files### 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 +1 -1
- README_ja.md +1 -1
- README_ko.md +1 -1
README.md
CHANGED
@@ -210,7 +210,7 @@ To update the default HTTP serving port (80), go to [docker-compose.yml](./docke
|
|
210 |
Updates to the above configurations require a reboot of all containers to take effect:
|
211 |
|
212 |
> ```bash
|
213 |
-
> $ docker
|
214 |
> ```
|
215 |
|
216 |
## ๐ง Build a Docker image without embedding models
|
|
|
210 |
Updates to the above configurations require a reboot of all containers to take effect:
|
211 |
|
212 |
> ```bash
|
213 |
+
> $ docker compose -f docker/docker-compose.yml up -d
|
214 |
> ```
|
215 |
|
216 |
## ๐ง Build a Docker image without embedding models
|
README_ja.md
CHANGED
@@ -192,7 +192,7 @@
|
|
192 |
> ใในใฆใฎใทในใใ ่จญๅฎใฎใขใใใใผใใๆๅนใซใใใซใฏใใทในใใ ใฎๅ่ตทๅใๅฟ
่ฆใงใ:
|
193 |
>
|
194 |
> ```bash
|
195 |
-
> $ docker-compose up -d
|
196 |
> ```
|
197 |
|
198 |
## ๐ง ใฝใผในใณใผใใงDockerใคใกใผใธใไฝๆ๏ผๅใ่พผใฟใขใใซใชใ๏ผ
|
|
|
192 |
> ใในใฆใฎใทในใใ ่จญๅฎใฎใขใใใใผใใๆๅนใซใใใซใฏใใทในใใ ใฎๅ่ตทๅใๅฟ
่ฆใงใ:
|
193 |
>
|
194 |
> ```bash
|
195 |
+
> $ docker compose -f docker/docker-compose.yml up -d
|
196 |
> ```
|
197 |
|
198 |
## ๐ง ใฝใผในใณใผใใงDockerใคใกใผใธใไฝๆ๏ผๅใ่พผใฟใขใใซใชใ๏ผ
|
README_ko.md
CHANGED
@@ -194,7 +194,7 @@
|
|
194 |
> ๋ชจ๋ ์์คํ
๊ตฌ์ฑ ์
๋ฐ์ดํธ๋ ์ ์ฉ๋๊ธฐ ์ํด ์์คํ
์ฌ๋ถํ
์ด ํ์ํฉ๋๋ค.
|
195 |
>
|
196 |
> ```bash
|
197 |
-
> $ docker-compose up -d
|
198 |
> ```
|
199 |
|
200 |
## ๐ง ์์ค ์ฝ๋๋ก Docker ์ด๋ฏธ์ง๋ฅผ ์ปดํ์ผํฉ๋๋ค(์๋ฒ ๋ฉ ๋ชจ๋ธ ํฌํจํ์ง ์์)
|
|
|
194 |
> ๋ชจ๋ ์์คํ
๊ตฌ์ฑ ์
๋ฐ์ดํธ๋ ์ ์ฉ๋๊ธฐ ์ํด ์์คํ
์ฌ๋ถํ
์ด ํ์ํฉ๋๋ค.
|
195 |
>
|
196 |
> ```bash
|
197 |
+
> $ docker compose -f docker/docker-compose.yml up -d
|
198 |
> ```
|
199 |
|
200 |
## ๐ง ์์ค ์ฝ๋๋ก Docker ์ด๋ฏธ์ง๋ฅผ ์ปดํ์ผํฉ๋๋ค(์๋ฒ ๋ฉ ๋ชจ๋ธ ํฌํจํ์ง ์์)
|