From 031e47804a5edde02e04b4bd40e2f5b72665d5af Mon Sep 17 00:00:00 2001 From: ZhuoQinghui <1302344380@qq.com> Date: Thu, 3 Mar 2022 11:36:54 +0800 Subject: [PATCH] redis.sh --- Docker/run/redis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docker/run/redis.sh b/Docker/run/redis.sh index 28575f3..5fa5a4b 100644 --- a/Docker/run/redis.sh +++ b/Docker/run/redis.sh @@ -3,7 +3,7 @@ # mkdir -p /opt/docker-run/redis && curl -o /opt/docker-run/redis/redis.sh https://git.zykeji.club/open/server-init/raw/master/Docker/run/redis.sh && sh /opt/docker-run/redis/redis.sh read -r -p "请输入容器名称(默认: redis): " redisName -redisName=${redisName:"redis"} +redisName=${redisName:redis} read -r -p "请输入外部访问端口号(默认: 6379): " port port=${port:6379}