mirror of
https://github.com/michelleDeko/scalelite-run.git
synced 2025-12-16 22:32:10 +01:00
enable persistence in redis
This commit is contained in:
@@ -17,6 +17,7 @@ services:
|
||||
|
||||
redis:
|
||||
image: redis:5.0-alpine
|
||||
command: ["redis-server", "--appendonly", "yes"]
|
||||
container_name: redis
|
||||
restart: on-failure
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user