From 4ec4330e1bf8ec5f8c2a6ce1cc807529d1e4e0e6 Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Sat, 02 Apr 2022 11:17:07 +0800
Subject: [PATCH] docker-compose.yml 修改,镜像从 harbor 仓库拉取
---
src/main/resources/application-test.yml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/main/resources/application-test.yml b/src/main/resources/application-test.yml
index f32e76d..d2a6b49 100644
--- a/src/main/resources/application-test.yml
+++ b/src/main/resources/application-test.yml
@@ -2,7 +2,7 @@
spring:
redis:
##redis 单机环境配置
- host: 127.0.0.1
+ host: 192.168.0.191
port: 6379
password:
database: 0
--
Gitblit v1.9.3