Authelia
Source: Portainer stack 27 (authelia) on endpoint 2.
version: '3.3'
services:
authelia:
image: authelia/authelia
container_name: authelia
volumes:
- /home/Authelia:/config #change this to a shared folder on your system. DO NOT use a "volume"
ports:
- 9091:9091
environment:
- TZ=America/New_York
restart: unless-stopped