We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 06580c7 + d75e68a commit b5bb17bCopy full SHA for b5bb17b
docker-compose.yml
@@ -13,9 +13,6 @@ services:
13
14
vulnerablecode_redis:
15
image: redis
16
- # Enable redis data persistence using the "Append Only File" with the
17
- # default policy of fsync every second. See https://redis.io/topics/persistence
18
- command: redis-server --appendonly yes
19
volumes:
20
- vulnerablecode_redis_data:/data
21
restart: always
0 commit comments