Set user for Authelia container to ensure proper permissions
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user