mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-23 00:16:49 +00:00
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
|
# 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
|
# on the mounted folders, so when removing this make sure the folders have the correct UID/GID
|
||||||
# (1000:1000 by default)
|
# (1000:1000 by default)
|
||||||
user: root
|
# user: root
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
- /var/data/authentik/media:/media
|
- /var/data/authentik/media:/media
|
||||||
|
|||||||
Reference in New Issue
Block a user