You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -222,9 +222,10 @@ docker run -i --rm \
222
222
##GitHub Enterprise Server and Enterprise Cloud with data residency (ghe.com)
223
223
224
224
The flag`--gh-host` and the environment variable`GITHUB_HOST` can be used to set
225
-
the GitHub Enterprise Server or GitHub Enterprise Cloud with data residency hostname.
226
-
Prefix the hostname with the`https://` URI scheme, as it otherwise defaults to`http://` which GitHub Enterprise Server does not support. For GitHub Enterprise Cloud with data residency use`https://YOURSUBDOMAIN.ghe.com` as the hostname.
225
+
the hostname for GitHub Enterprise Server or GitHub Enterprise Cloud with data residency.
227
226
227
+
- For GitHub Enterprise Server, prefix the hostname with the`https://` URI scheme, as it otherwise defaults to`http://`, which GitHub Enterprise Server does not support.
228
+
- For GitHub Enterprise Cloud with data residency, use`https://YOURSUBDOMAIN.ghe.com` as the hostname.