Skip to content

Commit a698708

Browse files
committed
feat: always pull latest image
1 parent c9f30fc commit a698708

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README-zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ git clone https://github.com/apecloud/ApeRAG.git
3131
cd ApeRAG
3232
cp envs/env.template .env
3333
cp frontend/deploy/env.local.template frontend/.env
34-
docker compose up -d
34+
docker-compose up -d --pull always
3535
```
3636

3737
运行后,您可以在浏览器中访问 ApeRAG:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ git clone https://github.com/apecloud/ApeRAG.git
3131
cd ApeRAG
3232
cp envs/env.template .env
3333
cp frontend/deploy/env.local.template frontend/.env
34-
docker compose up -d
34+
docker-compose up -d --pull always
3535
```
3636

3737
After running, you can access ApeRAG in your browser at:

0 commit comments

Comments
 (0)