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