Skip to content

Commit c2e9e54

Browse files
fix: fix typo.
1 parent bc03dea commit c2e9e54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ ENV MAXKB_VERSION="${DOCKER_IMAGE_TAG} (build at ${BUILD_AT}, commit: ${GITHUB_C
4343
MAXKB_DB_PASSWORD=${POSTGRES_PASSWORD} \
4444
MAXKB_DB_MAX_OVERFLOW=80 \
4545
MAXKB_REDIS_HOST=127.0.0.1 \
46-
MAXKB_REDIS_6379=6379 \
46+
MAXKB_REDIS_PORT=6379 \
4747
MAXKB_REDIS_DATABASE=0 \
4848
MAXKB_REDIS_PASSWORD=${REDIS_PASSWORD} \
4949
MAXKB_EMBEDDING_MODEL_PATH=/opt/maxkb-app/model/embedding \

0 commit comments

Comments
 (0)