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.
1 parent 38a93b3 commit ace6cf6Copy full SHA for ace6cf6
docker-compose.yaml
@@ -6,7 +6,7 @@ services:
6
- "16379:6379"
7
volumes:
8
- $PWD/data:/data
9
- command: --appendonly yes --aof-use-rdb-preamble yes --dir /data --loadmodule /usr/lib/redis/modules/redistimeseries.so
+ command: --dir /data --loadmodule /usr/lib/redis/modules/redistimeseries.so
10
11
app:
12
restart: always
0 commit comments