Last active 2 months ago
Authelia is a 2FA & SSO authentication server which is dedicated to the security of applications and users
0
0
1
| 1 | version: "3.5" |
| 2 | |
| 3 | services: |
| 4 | authelia: |
| 5 | image: authelia/authelia |
| 6 | container_name: authelia |
| 7 | volumes: |
| 8 | - "/volume1/docker/authelia/:/config/" |
| 9 | network_mode: "bridge" |
| 10 | ports: |