mirror of
https://github.com/cloudreve/cloudreve.git
synced 2025-12-15 10:04:01 +08:00
fix(docker compose): redis failed to persist due to permission error (#2476)
This commit is contained in:
@@ -32,8 +32,9 @@ services:
|
||||
image: redis:latest
|
||||
container_name: redis
|
||||
volumes:
|
||||
- backend_data:/data
|
||||
- redis_data:/data
|
||||
|
||||
volumes:
|
||||
backend_data:
|
||||
database_postgres:
|
||||
redis_data:
|
||||
|
||||
Reference in New Issue
Block a user