mirror of
https://github.com/cedar2025/Xboard.git
synced 2025-02-01 23:18:13 -05:00
Update compose.yaml
This commit is contained in:
parent
225778cf67
commit
d393f7d455
@ -30,7 +30,7 @@ services:
|
||||
- redis
|
||||
redis:
|
||||
image: redis:7-alpine
|
||||
command: redis-server --appendonly yes --appendfsync everysec
|
||||
command: redis-server --save 900 1 --save 300 10 --save 60 10000
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./.docker/.data/:/www/.docker/.data
|
||||
|
Loading…
Reference in New Issue
Block a user