mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 10:08:40 -05:00
(maint) Add option to disable Redis persistence in docker-compose
This commit is just a handy little command override to the redis container to prevent persistence.
This commit is contained in:
parent
5739b567e9
commit
2a9f0058c5
1 changed files with 2 additions and 0 deletions
|
|
@ -22,6 +22,8 @@ services:
|
|||
- redislocal
|
||||
redislocal:
|
||||
image: redis
|
||||
# Uncomment this if you don't want the redis data to persist
|
||||
#command: "redis-server --save '' --appendonly no"
|
||||
ports:
|
||||
- "6379:6379"
|
||||
networks:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue