diff --git a/.claude/settings.local.json b/.claude/settings.local.json new file mode 100644 index 0000000..2f9e94e --- /dev/null +++ b/.claude/settings.local.json @@ -0,0 +1,7 @@ +{ + "permissions": { + "allow": [ + "Bash(git remote add origin 192.168.88.81:/Users/timmy/88_81/gitea && git remote -v)" + ] + } +} diff --git a/README.md b/README.md index ac8287e..6106bbe 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ ## 服務訪問 -- **Web 界面**: http://localhost:3000 -- **SSH Git**: localhost:222 +- **Web 界面**: http://localhost:31337 +- **SSH Git**: localhost:2222 ## 常用命令 diff --git a/docker-compose.yml b/docker-compose.yml index e6ddc23..5f6ccb2 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -17,5 +17,5 @@ services: - /etc/timezone:/etc/timezone:ro - /etc/localtime:/etc/localtime:ro ports: - - "3000:3000" - - "222:22" + - "31337:3000" + - "2222:22" diff --git a/start.sh b/start.sh index d20d10f..fa72c45 100755 --- a/start.sh +++ b/start.sh @@ -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"