mirror of
https://github.com/kossakovsky/n8n-install.git
synced 2026-03-07 14:23:08 +00:00
fix(redis): add stop_grace_period for graceful shutdown
This commit is contained in:
@@ -544,6 +544,7 @@ services:
|
||||
image: docker.io/valkey/valkey:8-alpine
|
||||
command: valkey-server --save 30 1 --loglevel warning
|
||||
restart: unless-stopped
|
||||
stop_grace_period: 30s
|
||||
volumes:
|
||||
- valkey-data:/data
|
||||
cap_drop:
|
||||
|
||||
Reference in New Issue
Block a user