change user_uid & user_gid to git user
This commit is contained in:
parent
6980f670c4
commit
2e4653896d
|
|
@ -1,3 +1,2 @@
|
||||||
*.jar
|
*.jar
|
||||||
gitea
|
|
||||||
auth
|
auth
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue