Skip to content

Commit 5a39724

Browse files
committed
chore(nsqd): update nsqd to nsqio/nsq:v1.2.0
Signed-off-by: Cryptophobia <aouzounov@gmail.com>
1 parent 9ae1d05 commit 5a39724

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

rootfs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM nsqio/nsq:v1.1.0
1+
FROM nsqio/nsq:v1.2.0
22

33
RUN mkdir -p /opt/nsq/data \
44
&& adduser \

rootfs/opt/nsq/bin/start-nsqd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/bin/sh
2-
set -eo pipefail
32

43
export CONFIG_PATH=${CONFIG_PATH:-/opt/nsq/conf/nsqd.cfg}
54
exec nsqd -config "${CONFIG_PATH}"

rootfs/opt/nsq/conf/nsqd.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
## log verbosity level: debug, info, warn, error, or fatal
2-
log_level = "warn"
2+
log-level = "warn"
33
verbose = false
44

55
## path to store disk-backed messages
66
data_path = "/opt/nsq/data"
77

88
## maximum RDY count for a client
9-
max_rdy_count = 10000
9+
max_rdy_count = 10000

0 commit comments

Comments
 (0)