feat: 🎸 docker compose redis端口配置

This commit is contained in:
GoCo 2025-09-01 17:05:57 +08:00
parent cff6d963a0
commit c0a2047544

View File

@ -27,8 +27,8 @@ services:
jeecg-boot-redis:
image: registry.cn-hangzhou.aliyuncs.com/jeecgdocker/redis:5.0
# ports:
# - 3792:6379
ports:
- 25524:6379
restart: always
hostname: jeecg-boot-redis
container_name: jeecg-boot-redis
@ -42,8 +42,8 @@ services:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
POSTGRES_DB: vector_db
ports:
- 25524:5432
# ports:
# - 25524:5432
restart: always
networks:
- jeecg-boot