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