From 119816cffe442d6f275c747474934b7fd59e18ad Mon Sep 17 00:00:00 2001 From: d2jvkpn Date: Mon, 30 Dec 2024 17:15:04 +0800 Subject: [PATCH] ... --- container/redis/compose.template.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/container/redis/compose.template.yaml b/container/redis/compose.template.yaml index 73dff98d..848f921f 100644 --- a/container/redis/compose.template.yaml +++ b/container/redis/compose.template.yaml @@ -23,7 +23,6 @@ services: REDIS_DISABLE_COMMANDS: FLUSHDB,FLUSHALL #working_dir: /apps volumes: - #- ./data/redis:/data - ./data/redis:/data:rw #command: redis-server /etc/redis.conf --loglevel warning --save 30 10 --requirepass d2jvkpn command: redis-server /data/redis.conf --loglevel warning --save 30 10