Skip to content

Commit 14efc06

Browse files
committed
fix typo (#820)
1 parent b3d3465 commit 14efc06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MIGRATION_GUIDE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ image: jamai/owl:v1
3131

3232
```
3333
cd /path/to/your/v1/dir
34-
docker compose --env-file .env -f docker/compose.cpu.yml up --scale infinity=0 --scale starling=0 --scale frontend=0 --scale docling=0
34+
docker compose -p v1 --env-file .env -f docker/compose.cpu.yml up --scale infinity=0 --scale starling=0 --scale frontend=0 --scale docling=0
3535
```
3636

3737
> if on windows (powershell)
3838
3939
```
4040
cd C:\path\to\your\v1\dir
41-
docker compose -p jamai --env-file .env -f docker/compose.cpu.yml up --scale infinity=0 --scale starling=0 --scale frontend=0 --scale docling=0
41+
docker compose -p v1 --env-file .env -f docker/compose.cpu.yml up --scale infinity=0 --scale starling=0 --scale frontend=0 --scale docling=0
4242
```
4343

4444
---

0 commit comments

Comments
 (0)