Refactor authentik.yml to remove root user from worker service
This commit is contained in:
+1
-1
@@ -80,7 +80,7 @@ services:
|
||||
# Removing `user: root` also prevents the worker from fixing the permissions
|
||||
# on the mounted folders, so when removing this make sure the folders have the correct UID/GID
|
||||
# (1000:1000 by default)
|
||||
user: root
|
||||
# user: root
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- /var/data/authentik/media:/media
|
||||
|
||||
Reference in New Issue
Block a user