From 97d7930daacaeea4e70fbcbd168b208fe9fbb545 Mon Sep 17 00:00:00 2001 From: songtianlun Date: Thu, 23 Jan 2025 10:13:45 +0800 Subject: [PATCH] chore: update redis data volume path - Changed Redis data volume path from '../daw_data/redis' to '../taw_data/redis'. This update reflects a restructuring in the project directory for better data organization and may require corresponding adjustments in other configuration files to ensure data consistency. --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index 7b13c84..04bb4ca 100644 --- a/compose.yaml +++ b/compose.yaml @@ -37,5 +37,5 @@ services: redis: image: redis:7-alpine volumes: - - ../daw_data/redis:/data + - ../taw_data/redis:/data command: redis-server --appendonly yes \ No newline at end of file