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