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.
This commit is contained in:
songtianlun 2025-01-23 10:13:45 +08:00
parent a15bc349a2
commit 97d7930daa

View File

@ -37,5 +37,5 @@ services:
redis: redis:
image: redis:7-alpine image: redis:7-alpine
volumes: volumes:
- ../daw_data/redis:/data - ../taw_data/redis:/data
command: redis-server --appendonly yes command: redis-server --appendonly yes