diff --git a/modules/features/authentik.nix b/modules/features/authentik.nix index 6f9547c..3889edd 100644 --- a/modules/features/authentik.nix +++ b/modules/features/authentik.nix @@ -104,7 +104,7 @@ "/etc/Authentik/data:/data:rw" ]; ports = [ - "127.0.0.1:${builtins.toString hostPort}:9000/tcp" + #"127.0.0.1:${builtins.toString hostPort}:9000/tcp" #"9443:9443/tcp" ]; cmd = [ "server" ]; @@ -117,6 +117,7 @@ "--network-alias=authentik-server" "--network-alias=${name}" "--ip=192.168.101.6" + "--expose=9000" ]; networks = [ "docker-main"