Add redis-data volume to compose.yaml

This commit is contained in:
Xboard
2026-03-18 21:01:55 +08:00
committed by GitHub
parent b7ded2079f
commit 332a1a7026
+2
View File
@@ -51,3 +51,5 @@ services:
restart: unless-stopped
volumes:
- ./.docker/.data/redis:/data
volumes:
redis-data: