From 084e26650ada25b2923ee4a75f6d5a215a73b55c Mon Sep 17 00:00:00 2001 From: tolerryan <105945216+tolerryan@users.noreply.github.com> Date: Wed, 28 May 2025 00:38:02 -0500 Subject: [PATCH] add user to auth docker file --- roles/ind/authelia/docker-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/ind/authelia/docker-compose.yml b/roles/ind/authelia/docker-compose.yml index 0e725d1..7c71917 100644 --- a/roles/ind/authelia/docker-compose.yml +++ b/roles/ind/authelia/docker-compose.yml @@ -1,6 +1,7 @@ services: server: image: caddy + user: "995:995" ports: - '80:80' - '443:443'