change user_uid & user_gid to git user
This commit is contained in:
parent
6980f670c4
commit
2e4653896d
|
|
@ -1,3 +1,2 @@
|
|||
*.jar
|
||||
gitea
|
||||
auth
|
||||
|
|
|
|||
|
|
@ -4,8 +4,8 @@ services:
|
|||
server:
|
||||
image: gitea/gitea:latest
|
||||
environment:
|
||||
- USER_UID=1000
|
||||
- USER_GID=1000
|
||||
- USER_UID=115
|
||||
- USER_GID=119
|
||||
- DB_TYPE=postgres
|
||||
- DB_HOST=db:5432
|
||||
- DB_NAME=gitea
|
||||
|
|
|
|||
Loading…
Reference in New Issue