From 0c6fd323e2b420812d348ff2e62446d6f44500c0 Mon Sep 17 00:00:00 2001 From: Teck Meng Date: Fri, 13 Sep 2024 12:30:40 +0800 Subject: [PATCH] Refactor authentik.yml to remove root user from worker service --- swarm/authentik.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swarm/authentik.yml b/swarm/authentik.yml index 3475509..b31dbda 100644 --- a/swarm/authentik.yml +++ b/swarm/authentik.yml @@ -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