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 7df1f8a + 4ebf84e commit c6684c6Copy full SHA for c6684c6
1 file changed
README.md
@@ -67,7 +67,7 @@ services:
67
restart: unless-stopped
68
volumes:
69
- ${DOCKER_DATA_DIR}/aiometadata/cache:/data
70
- command: redis-server --appendonly yes --save 60 1
+ command: redis-server --appendonly yes --save 3600 1
71
healthcheck:
72
test: ["CMD", "redis-cli", "ping"]
73
interval: 10s
0 commit comments