Set user for Authelia container to ensure proper permissions

This commit is contained in:
Mohmmed Elfateh Sabry
2025-08-11 15:10:28 +03:00
parent 798e461e4e
commit 526a2c70f1

View File

@@ -116,6 +116,7 @@ services:
image: authelia/authelia:latest
container_name: authelia
restart: unless-stopped
user: "1000:1000"
networks: [traefik_proxy, internal]
volumes:
- ./authelia:/config