From cc9b9dfdad67a62ddb0004ab73fa81366611bbf8 Mon Sep 17 00:00:00 2001 From: Alex Tavarez Date: Sat, 6 Dec 2025 11:10:22 -0500 Subject: [PATCH] ... --- compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose.yml b/compose.yml index 1fb4c59..1363b2f 100644 --- a/compose.yml +++ b/compose.yml @@ -15,8 +15,8 @@ services: container_name: gitea restart: always environment: - - USER_UID=$(id -u git) - - USER_GID=$(id -u git) + - USER_UID=$(id -u $USER) + - USER_GID=$(id -u $USER) networks: - frontend volumes: