Lock Authelia to version 4 instead of 4.38.

This commit is contained in:
Viyurz 2024-03-31 18:47:09 +02:00
parent 1292bc6f5c
commit ce753e991c
Signed by: Viyurz
SSH key fingerprint: SHA256:IskOHTmhHSJIvAt04N6aaxd5SZCVWW1Guf9tEcxIMj8

View file

@ -1,7 +1,7 @@
services: services:
authelia: authelia:
container_name: authelia container_name: authelia
image: docker.io/authelia/authelia:4.38 image: docker.io/authelia/authelia:4
restart: always restart: always
user: {{ users['authelia'] }}:{{ users['authelia'] }} user: {{ users['authelia'] }}:{{ users['authelia'] }}
networks: networks: