From e2d3e8d3d3de78701360d8c26ba9093091b50eab Mon Sep 17 00:00:00 2001 From: Ivan Kozlovic Date: Wed, 19 Jul 2017 13:52:04 -0600 Subject: [PATCH] [nats] Release v1.0.2 The Windows Docker Images were not working. This release fixes this. Details can be found [here](https://github.com/nats-io/gnatsd/releases/tag/v1.0.2) --- nats/content.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nats/content.md b/nats/content.md index c12283391..3e20dc29f 100644 --- a/nats/content.md +++ b/nats/content.md @@ -15,7 +15,7 @@ # use -p or -P as needed. $ docker run -d --name nats-main nats -[INF] Starting nats-server version 1.0.0 +[INF] Starting nats-server version 1.0.2 [INF] Starting http monitor on 0.0.0.0:8222 [INF] Listening for client connections on 0.0.0.0:4222 [INF] Server is ready @@ -31,7 +31,7 @@ $ docker run -d --name=nats-2 --link nats-main nats -c gnatsd.conf --routes=nats # If you want to verify the routes are connected, try this instead: $ docker run -d --name=nats-2 --link nats-main nats -c gnatsd.conf --routes=nats-route://ruser:T0pS3cr3t@nats-main:6222 -DV -[INF] Starting nats-server version 1.0.0 +[INF] Starting nats-server version 1.0.2 [DBG] Go build version go1.7.6 [INF] Starting http monitor on 0.0.0.0:8222 [INF] Listening for client connections on 0.0.0.0:4222