From 63172564a1c92e43a4d6769c0a0233d43ccd671f Mon Sep 17 00:00:00 2001 From: murdle Date: Sat, 28 Feb 2026 21:40:23 +0200 Subject: [PATCH] fix: remove nats verbose --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index 3851b805..1357f526 100644 --- a/compose.yaml +++ b/compose.yaml @@ -54,7 +54,7 @@ services: image: nats:2.11-alpine container_name: fluxer-nats restart: unless-stopped - command: ["-js", "-DV"] + command: ["-js"] ports: - "4222:4222" volumes: