This commit is contained in:
2025-12-27 11:44:50 +08:00
commit ccd43fac1f
1193 changed files with 384161 additions and 0 deletions
@@ -0,0 +1,14 @@
```
docker create --name nas-gitea -e APP_NAME="爱德姆不喜欢喝咖啡" \
--network=fixbridge --ip=172.16.0.4 \
-e RUN_MODE=prod \
-e DB_TYPE=mysql \
-e DB_HOST=nas-mysql:3306 \
-e DB_NAME=gitea_db \
-e DB_USER=gitea_user \
-e DB_PASSWD=pureblood \
-v /volume1/docker/gitea_home/data:/data \
-p 0.0.0.0:3000:3000 \
-p 0.0.0.0:2222:22 \
gitea/gitea:latest
```