From 596ea9317844576a5ab17635dac65093a32cf3ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Sun, 8 Mar 2026 18:35:38 +0800 Subject: [PATCH] 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 --- host/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host/start.sh b/host/start.sh index 707e3b2..7e2d699 100755 --- a/host/start.sh +++ b/host/start.sh @@ -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 /container/configure-git.sh\n'