mirror of
https://github.com/Cameri/nostream.git
synced 2025-08-09 04:31:59 +02:00
fix: excessive cache writes
Signed-off-by: Ricardo Arturo Cabral Mejía <me@ricardocabral.io>
This commit is contained in:
@@ -72,7 +72,7 @@ services:
|
|||||||
container_name: cache
|
container_name: cache
|
||||||
volumes:
|
volumes:
|
||||||
- cache:/data
|
- cache:/data
|
||||||
command: redis-server --save 20 1 --loglevel warning --requirepass nostr_ts_relay
|
command: redis-server --loglevel warning --requirepass nostr_ts_relay
|
||||||
networks:
|
networks:
|
||||||
default:
|
default:
|
||||||
ipv4_address: 10.10.10.4
|
ipv4_address: 10.10.10.4
|
||||||
|
Reference in New Issue
Block a user