fix: remove nats verbose
This commit is contained in:
parent
a02b6edd92
commit
63172564a1
@ -54,7 +54,7 @@ services:
|
|||||||
image: nats:2.11-alpine
|
image: nats:2.11-alpine
|
||||||
container_name: fluxer-nats
|
container_name: fluxer-nats
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
command: ["-js", "-DV"]
|
command: ["-js"]
|
||||||
ports:
|
ports:
|
||||||
- "4222:4222"
|
- "4222:4222"
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user