Authelia: update to 4.39.20

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-01 17:46:33 +03:00
parent 11744f776a
commit 9b853d351c
+4 -5
View File
@@ -1,10 +1,9 @@
services: services:
authelia_app: authelia_app:
container_name: 'authelia_app' container_name: "authelia_app"
image: 'docker.io/authelia/authelia:4.39.19' image: "docker.io/authelia/authelia:4.39.20"
user: '{{ owner_create_result.uid }}:{{ owner_create_result.group }}' user: "{{ owner_create_result.uid }}:{{ owner_create_result.group }}"
restart: 'unless-stopped' restart: "unless-stopped"
networks: networks:
- "web_proxy_network" - "web_proxy_network"
- "monitoring_network" - "monitoring_network"