change user_uid & user_gid to git user

This commit is contained in:
Andreas Knuth 2024-03-01 08:53:54 -06:00
parent 6980f670c4
commit 2e4653896d
2 changed files with 2 additions and 3 deletions

1
.gitignore vendored
View File

@ -1,3 +1,2 @@
*.jar *.jar
gitea
auth auth

View File

@ -4,8 +4,8 @@ services:
server: server:
image: gitea/gitea:latest image: gitea/gitea:latest
environment: environment:
- USER_UID=1000 - USER_UID=115
- USER_GID=1000 - USER_GID=119
- DB_TYPE=postgres - DB_TYPE=postgres
- DB_HOST=db:5432 - DB_HOST=db:5432
- DB_NAME=gitea - DB_NAME=gitea