[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:
|
services:
|
||||||
redis:
|
redis:
|
||||||
image: "redis:alpine"
|
image: "redis:alpine"
|
||||||
|
command: redis-server --save "" --appendonly no
|
||||||
hostname: redis
|
hostname: redis
|
||||||
ports:
|
ports:
|
||||||
- "6379:6379"
|
- "6379:6379"
|
||||||
|
|
Loading…
Reference in a new issue