diff --git a/authentik/docker-compose.yml b/authentik/docker-compose.yml index 0452961..7fbe010 100644 --- a/authentik/docker-compose.yml +++ b/authentik/docker-compose.yml @@ -30,7 +30,7 @@ services: volumes: - redis:/data app: - image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2024.12.2} + image: ghcr.io/goauthentik/server:2024.12.2 restart: unless-stopped command: server environment: @@ -42,6 +42,8 @@ services: networks: - proxy-net - default + extra_hosts: + - "host.docker.internal:host-gateway" volumes: - ./data/media:/media - ./config/custom-templates:/templates