Initial commit: Gitea Docker setup

This commit is contained in:
2026-03-09 12:34:55 +08:00
commit 85a98858f1
4 changed files with 73 additions and 0 deletions

5
start.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
docker-compose up -d
echo "Gitea 已啟動!"
echo "Web 界面: http://localhost:3000"
echo "SSH Git: localhost:222"