mirror of
https://github.com/daylinmorgan/git-server.git
synced 2024-11-13 00:03:15 -06:00
update user UID for git
This commit is contained in:
parent
6591c20411
commit
13f099f6f5
1 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,8 @@ services:
|
|||
image: codeberg.org/forgejo/forgejo:1.21.5-0
|
||||
container_name: forgejo
|
||||
environment:
|
||||
- USER_UID=1002
|
||||
# git user
|
||||
- USER_UID=1001
|
||||
- USER_GID=100
|
||||
restart: always
|
||||
volumes:
|
||||
|
|
Loading…
Reference in a new issue