Merge pull request #1291 from nats-io/gnatsd_1_3_0
[gnatsd] Release v1.3.0
This commit is contained in:
commit
a6d8d6456b
|
|
@ -30,8 +30,8 @@
|
||||||
# Check "docker run" for more information.
|
# Check "docker run" for more information.
|
||||||
|
|
||||||
$ docker run -d --name nats-main -p 4222:4222 -p 6222:6222 -p 8222:8222 %%IMAGE%%
|
$ docker run -d --name nats-main -p 4222:4222 -p 6222:6222 -p 8222:8222 %%IMAGE%%
|
||||||
[INF] Starting nats-server version 1.2.0
|
[INF] Starting nats-server version 1.3.0
|
||||||
[INF] Git commit [6608e9a]
|
[INF] Git commit [eed4fbc]
|
||||||
[INF] Starting http monitor on 0.0.0.0:8222
|
[INF] Starting http monitor on 0.0.0.0:8222
|
||||||
[INF] Listening for client connections on 0.0.0.0:4222
|
[INF] Listening for client connections on 0.0.0.0:4222
|
||||||
[INF] Server is ready
|
[INF] Server is ready
|
||||||
|
|
@ -47,9 +47,9 @@ $ docker run -d --name=nats-2 --link nats-main -p 4222:4222 -p 6222:6222 -p 8222
|
||||||
|
|
||||||
# If you want to verify the routes are connected, try this instead:
|
# If you want to verify the routes are connected, try this instead:
|
||||||
$ docker run -d --name=nats-2 --link nats-main -p 4222:4222 -p 6222:6222 -p 8222:8222 %%IMAGE%% -c gnatsd.conf --routes=nats-route://ruser:T0pS3cr3t@nats-main:6222 -DV
|
$ docker run -d --name=nats-2 --link nats-main -p 4222:4222 -p 6222:6222 -p 8222:8222 %%IMAGE%% -c gnatsd.conf --routes=nats-route://ruser:T0pS3cr3t@nats-main:6222 -DV
|
||||||
[INF] Starting nats-server version 1.2.0
|
[INF] Starting nats-server version 1.3.0
|
||||||
[DBG] Go build version go1.10.3
|
[DBG] Go build version go1.11
|
||||||
[INF] Git commit [6608e9a]
|
[INF] Git commit [eed4fbc]
|
||||||
[INF] Starting http monitor on 0.0.0.0:8222
|
[INF] Starting http monitor on 0.0.0.0:8222
|
||||||
[INF] Listening for client connections on 0.0.0.0:4222
|
[INF] Listening for client connections on 0.0.0.0:4222
|
||||||
[DBG] Server id is TH1MRk9Mug4fgIDdcXIo6R
|
[DBG] Server id is TH1MRk9Mug4fgIDdcXIo6R
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue