Clarify startup hint for mounted proxy path

Explain the next container command without assuming a fixed mount location so the host prompt matches real deployments.

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
严浩
2026-03-08 18:35:38 +08:00
parent 7e4141ed86
commit 596ea93178

View File

@@ -82,4 +82,4 @@ printf 'Host listen URL: http://%s:%s\n' "$host" "$port"
printf 'Container URL: %s\n' "$public_url"
printf 'Token file: %s\n' "$token_file"
printf 'Log file: %s\n' "$log_file"
printf 'Next: run /workspaces/host-git-cred-proxy/container/configure-git.sh inside the container\n'
printf 'Next: inside the container, run <mounted-host-git-cred-proxy>/container/configure-git.sh\n'