The third node of the nats-streaming cluster does not rise in docker swarm
My project uses nats-streaming cluster. I want to raise it on three servers using docker swarm, but only 2 are successfully raised. (docker service ls output) A non-working node outputs the following log: here docker-stack.yml: version: "3.8" networks: network: driver:…