website/docs: update container explanation

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer
2021-05-04 17:49:21 +02:00
parent e6431593f7
commit 8a666535a8
3 changed files with 3 additions and 17 deletions

View File

@ -6,7 +6,7 @@ from multiprocessing import cpu_count
import structlog
from kubernetes.config.incluster_config import SERVICE_HOST_ENV_NAME
bind = "0.0.0.0:8000"
bind = "127.0.0.1:8000"
user = "authentik"
group = "authentik"