Skip to content

Commit 3104454

Browse files
dmsuehirashahba
andauthored
Fix port in the data prep redis README file (#1250)
Signed-off-by: dmsuehir <dina.s.jones@intel.com> Co-authored-by: Abolfazl Shahbazi <12436063+ashahba@users.noreply.github.com>
1 parent 30e3dea commit 3104454

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

comps/dataprep/src/README_redis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ docker build -t opea/dataprep:latest --build-arg https_proxy=$https_proxy --buil
112112
### 2.4 Run Docker with CLI (Option A)
113113

114114
```bash
115-
docker run -d --name="dataprep-redis-server" -p 6007:6007 --runtime=runc --ipc=host -e http_proxy=$http_proxy -e https_proxy=$https_proxy -e REDIS_URL=$REDIS_URL -e INDEX_NAME=$INDEX_NAME -e TEI_ENDPOINT=$TEI_ENDPOINT -e HUGGINGFACEHUB_API_TOKEN=$HUGGINGFACEHUB_API_TOKEN opea/dataprep:latest
115+
docker run -d --name="dataprep-redis-server" -p 6007:5000 --runtime=runc --ipc=host -e http_proxy=$http_proxy -e https_proxy=$https_proxy -e REDIS_URL=$REDIS_URL -e INDEX_NAME=$INDEX_NAME -e TEI_ENDPOINT=$TEI_ENDPOINT -e HUGGINGFACEHUB_API_TOKEN=$HUGGINGFACEHUB_API_TOKEN opea/dataprep:latest
116116
```
117117

118118
### 2.5 Run with Docker Compose (Option B - deprecated, will move to genAIExample in future)

0 commit comments

Comments
 (0)