Lock Authelia to version 4 instead of 4.38.
This commit is contained in:
parent
1292bc6f5c
commit
ce753e991c
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue