From 494b6799cf1c59f7cae05b49085adf9f4265ee35 Mon Sep 17 00:00:00 2001 From: shmick Date: Mon, 23 Aug 2021 23:55:38 +0300 Subject: [PATCH] Scripted commit - Mon Aug 23 11:55:38 PM IDT 2021 --- docker-compose.yml | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index fb6f6e1..2b881ef 100755 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -36,17 +36,14 @@ services: - UID=1000 - GID=1000 restart: unless-stopped - -# heimdall: -# image: ghcr.io/linuxserver/heimdall -# container_name: heimdall -# environment: -# - PUID=1000 -# - PGID=1000 -# - TZ=Asia/Jerusalem -# volumes: -# - /Red-Vol/Media/Containers/heimdall/config:/config -# restart: unless-stopped + authelia: + image: authelia/authelia:latest + container_name: authelia + environment: + - TZ=Asia/Jerusalem + volumes: + - ./authelia:/config + restart: unless-stopped networks: default: name: gerbil_network