Update Servers/Containerization/Docker/Compose/Authelia.md

This commit is contained in:
2025-04-20 23:52:12 -06:00
parent 35bd6583ec
commit 456a2295cb

View File

@ -1,6 +1,6 @@
**Purpose**: Authelia is an open-source authentication and authorization server and portal fulfilling the identity and access management (IAM) role of information security in providing multi-factor authentication and single sign-on (SSO) for your applications via a web portal. It acts as a companion for common reverse proxies. **Purpose**: Authelia is an open-source authentication and authorization server and portal fulfilling the identity and access management (IAM) role of information security in providing multi-factor authentication and single sign-on (SSO) for your applications via a web portal. It acts as a companion for common reverse proxies.
```jsx title="docker-compose.yml" ```yaml title="docker-compose.yml"
services: services:
authelia: authelia:
image: authelia/authelia image: authelia/authelia