From 6912fb2ac72eea8a524a34a165f3f9f066b21bda Mon Sep 17 00:00:00 2001 From: nghedley Date: Fri, 20 Feb 2026 23:12:50 -0500 Subject: [PATCH] Update datastack --- datastack | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/datastack b/datastack index 6f5b120..383b205 100644 --- a/datastack +++ b/datastack @@ -26,8 +26,8 @@ services: image: docker.gitea.com/gitea:latest container_name: gitea environment: - - USER_UID=1001 - - USER_GID=1001 + - USER_UID=1001 # username is git + - USER_GID=1001 # group is git - GITEA__service__DISABLE_REGISTRATION=true - GITEA__database__DB_TYPE=postgres - GITEA__database__HOST=10.1.21.150:5432