Update docker-compose.yml

This commit is contained in:
LRVT
2026-03-26 14:50:28 +01:00
committed by GitHub
parent 1a73ec232b
commit 313cdb471b

View File

@@ -1,9 +1,9 @@
services: services:
gitea: gitea:
image: gitea/gitea:latest image: gitea/gitea:latest
container_name: gitea container_name: gitea
restart: unless-stopped restart: unless-stopped
environment: environment:
- USER_UID=1000 - USER_UID=1000
- USER_GID=1000 - USER_GID=1000