Refactor authentik.yml to remove root user from worker service

This commit is contained in:
2024-09-13 12:30:40 +08:00
parent 5bcd951bcf
commit 0c6fd323e2
+1 -1
View File
@@ -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