From fb44b723f302093eee2c2996297cc540485c40c4 Mon Sep 17 00:00:00 2001 From: Joey Hafner Date: Fri, 19 Jul 2024 21:59:17 -0700 Subject: [PATCH] Update autopirate stack to use the UID:GID of admin user --- homelab/fighter/config/autopirate/autopirate.env | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/homelab/fighter/config/autopirate/autopirate.env b/homelab/fighter/config/autopirate/autopirate.env index 58e58df6..70b30d03 100644 --- a/homelab/fighter/config/autopirate/autopirate.env +++ b/homelab/fighter/config/autopirate/autopirate.env @@ -1,3 +1,3 @@ -TZ=America/Los_Angeles -PUID=1000 -PGID=1000 \ No newline at end of file +TZ=America/Los_Angeles +PUID=1001 +PGID=1001 \ No newline at end of file