feat: 🎸 docker compose redis端口配置
This commit is contained in:
parent
cff6d963a0
commit
c0a2047544
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user