Fix user guid for gitea as well

This commit is contained in:
2026-03-01 22:59:19 +01:00
parent ee0c7035d3
commit 14cc6aa50d

View File

@@ -17,8 +17,8 @@ services:
image: gitea/gitea:1.24
container_name: gitea
environment:
- USER_UID=1000
- USER_GID=1000
- USER_UID=1024
- USER_GID=100
- GITEA__server__ROOT_URL=https://ak-homelab.duckdns.org/gitea/
- GITEA__server__SSH_PORT=2223
restart: unless-stopped