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: