Make config file in Dockerfile listen on ::
This commit is contained in:
parent
152f560496
commit
6fdd06b571
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ COPY <<EOF /etc/xenu-nntp/server.conf
|
||||||
pidfile = /var/run/xenu-nntp/server.pid
|
pidfile = /var/run/xenu-nntp/server.pid
|
||||||
|
|
||||||
[listen]
|
[listen]
|
||||||
host = 0.0.0.0, ::
|
host = ::
|
||||||
port = 1190
|
port = 1190
|
||||||
tls = yes
|
tls = yes
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue