Change web port to 31337

This commit is contained in:
2026-03-09 12:51:27 +08:00
parent 24c3ce30dd
commit 6d85eda7e1
4 changed files with 13 additions and 6 deletions

View File

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