Fix user guid for gitea as well
This commit is contained in:
@@ -17,8 +17,8 @@ services:
|
|||||||
image: gitea/gitea:1.24
|
image: gitea/gitea:1.24
|
||||||
container_name: gitea
|
container_name: gitea
|
||||||
environment:
|
environment:
|
||||||
- USER_UID=1000
|
- USER_UID=1024
|
||||||
- USER_GID=1000
|
- USER_GID=100
|
||||||
- GITEA__server__ROOT_URL=https://ak-homelab.duckdns.org/gitea/
|
- GITEA__server__ROOT_URL=https://ak-homelab.duckdns.org/gitea/
|
||||||
- GITEA__server__SSH_PORT=2223
|
- GITEA__server__SSH_PORT=2223
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|||||||
Reference in New Issue
Block a user