From a9b2f078d0343ec0d550b51769ae67549dbbb851 Mon Sep 17 00:00:00 2001 From: "Rika T." Date: Sat, 6 Dec 2025 02:30:00 +0000 Subject: [PATCH] Removed environment variables specifying user and group IDs --- compose.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/compose.yml b/compose.yml index d6d38e8..11a65dc 100644 --- a/compose.yml +++ b/compose.yml @@ -13,9 +13,9 @@ services: gitea: image: docker.gitea.com/gitea:latest container_name: gitea - environment: - - USER_UID=$(id -u $USER) - - USER_GID=$(id -u $USER) + # environment: + # - USER_UID=$(id -u $USER) + # - USER_GID=$(id -u $USER) restart: always networks: - frontend @@ -59,4 +59,4 @@ services: - 9283:9283 restart: unless-stopped networks: - - frontend \ No newline at end of file + - frontend