From 01ea908cf5c16523a2911d06462019b2b15d3c2d Mon Sep 17 00:00:00 2001 From: Janne Koschinski <janne@kuschku.de> Date: Wed, 13 Mar 2019 16:05:16 +0100 Subject: [PATCH] Updated readme --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fb8282a..ae3a83d 100644 --- a/README.md +++ b/README.md @@ -80,4 +80,7 @@ Per default, the container will listen on the port 4242 for connections. This can be configured with `--port` and `--listen`. If the `--ident-daemon` argument is passed, the ident daemon will additionally -listen on 10113. You can configure this with `--ident-port`. +listen on 10113. You can configure this with `--ident-port`. +This by default only listens on localhost, which obviously will cause issues +when used in a container like this, so make sure to add the +`--ident-listen ::,0.0.0.0` argument. -- GitLab