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
|
||||
|
||||
[listen]
|
||||
host = 0.0.0.0, ::
|
||||
host = ::
|
||||
port = 1190
|
||||
tls = yes
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue