mirror of
https://github.com/daylinmorgan/git-server.git
synced 2024-11-14 08:17:52 -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
|
image: codeberg.org/forgejo/forgejo:1.21.5-0
|
||||||
container_name: forgejo
|
container_name: forgejo
|
||||||
environment:
|
environment:
|
||||||
- USER_UID=1002
|
# git user
|
||||||
|
- USER_UID=1001
|
||||||
- USER_GID=100
|
- USER_GID=100
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Reference in a new issue