fix: remove nats verbose

This commit is contained in:
murdle 2026-02-28 21:40:23 +02:00
parent a02b6edd92
commit 63172564a1

View File

@ -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: