Merge pull request #1718 from nats-io/nats_server_2_1_7
[nats-server] Release v2.1.7
This commit is contained in:
commit
1d20749d05
|
|
@ -34,8 +34,8 @@ The routing protocol has been dramatically improved and adds support for account
|
||||||
# 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 2.1.6
|
[INF] Starting nats-server version 2.1.7
|
||||||
[INF] Git commit [8c8d6f8]
|
[INF] Git commit [bf0930e]
|
||||||
[INF] Listening for client connections on 0.0.0.0:4222
|
[INF] Listening for client connections on 0.0.0.0:4222
|
||||||
[INF] Server id is NANEPV46X4QZ7FR5DD4U7WLWI6BWRLJXFTHO2FIJRGFSW5NLH3MOV7VZ
|
[INF] Server id is NANEPV46X4QZ7FR5DD4U7WLWI6BWRLJXFTHO2FIJRGFSW5NLH3MOV7VZ
|
||||||
[INF] Server is ready
|
[INF] Server is ready
|
||||||
|
|
@ -51,9 +51,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 nats-server.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 nats-server.conf --routes=nats-route://ruser:T0pS3cr3t@nats-main:6222 -DV
|
||||||
[INF] Starting nats-server version 2.1.6
|
[INF] Starting nats-server version 2.1.7
|
||||||
[DBG] Go build version go1.13.9
|
[DBG] Go build version go1.13.10
|
||||||
[INF] Git commit [8c8d6f8]
|
[INF] Git commit [bf0930e]
|
||||||
[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 id is NC5WVL732YIR7N2TH3EHLLTGBNYJMZUUJMYEVWTZ3KU6DQB6ROGPAWYM
|
[INF] Server id is NC5WVL732YIR7N2TH3EHLLTGBNYJMZUUJMYEVWTZ3KU6DQB6ROGPAWYM
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue