gitea 初始配置

This commit is contained in:
2026-05-03 19:00:20 +00:00
commit e3983bb1bc
2 changed files with 12 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
services:
gitea:
image: gitea/gitea:latest
environment:
- USER_UID=1000
- USER_GID=1000
volumes:
- ./data:/data
ports:
- "127.0.0.1:3001:3000"
restart: unless-stopped