git user 1000 -> 1001
This commit is contained in:
parent
c7350d4c0b
commit
6ed7d2b582
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@ services:
|
|||
gitea:
|
||||
image: gitea/gitea:latest
|
||||
environment:
|
||||
- USER_UID=1000
|
||||
- USER_GID=1000
|
||||
- USER_UID=1001
|
||||
- USER_GID=1001
|
||||
- DB_TYPE=postgres
|
||||
- DB_NAME=gitea
|
||||
- DB_USER=gitea
|
||||
|
|
Loading…
Reference in a new issue