From f3f743ebb3f98517cff5e386ca4392692f609a75 Mon Sep 17 00:00:00 2001 From: LRVT <21357789+l4rm4nd@users.noreply.github.com> Date: Thu, 24 Oct 2024 20:22:35 +0200 Subject: [PATCH] Update docker-compose.yml --- examples/authentik/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/authentik/docker-compose.yml b/examples/authentik/docker-compose.yml index 1fd420c..b512035 100644 --- a/examples/authentik/docker-compose.yml +++ b/examples/authentik/docker-compose.yml @@ -55,7 +55,7 @@ services: - ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/authentik/media:/media - ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/authentik/custom-templates:/templates ports: - - 9000:9000 + - 9000:9000/tcp expose: - 9000 - 9443