diff --git a/security/authelia/docker-compose.yml b/security/authelia/docker-compose.yml index 5f0c24d..dc222ba 100644 --- a/security/authelia/docker-compose.yml +++ b/security/authelia/docker-compose.yml @@ -28,11 +28,7 @@ services: - "traefik.http.routers.authelia.tls=true" - "traefik.http.routers.authelia.tls.certresolver=le" - "traefik.http.services.authelia.loadbalancer.server.port=9091" - - homepage.group=Security - - homepage.name=Authelia - - homepage.icon=authelia.png - - homepage.href=https://auth.kaleschke.info - + networks: frontend_net: external: true