diff --git a/authelia/docker-compose.yml b/authelia/docker-compose.yml index 6c67508..a3fe357 100644 --- a/authelia/docker-compose.yml +++ b/authelia/docker-compose.yml @@ -5,7 +5,7 @@ services: volumes: - /etc/authelia/config:/config ports: - - 8080 + - "127.0.0.1:8080:8080" restart: unless-stopped healthcheck: disable: true