[shopfront] Disable redis persistence.
This commit is contained in:
parent
ae4a2a4f03
commit
ea6feef0ec
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ version: '3'
|
|||
services:
|
||||
redis:
|
||||
image: "redis:alpine"
|
||||
command: redis-server --save "" --appendonly no
|
||||
hostname: redis
|
||||
ports:
|
||||
- "6379:6379"
|
||||
|
|
Loading…
Reference in a new issue