File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -181,7 +181,9 @@ func server() *cobra.Command {
181
181
"Coder requires a URL accessible by workspaces you provision. " +
182
182
"A free tunnel can be created for simple setup. This will " +
183
183
"expose your Coder deployment to a publicly accessible URL. " +
184
- cliui .Styles .Field .Render ("--access-url" )+ " can be specified instead.\n " ,
184
+ "If you'd like to use your own domain, you can provide it " +
185
+ "with the " +
186
+ cliui .Styles .Field .Render ("--access-url" )+ " flag.\n " ,
185
187
))
186
188
187
189
// This skips the prompt if the flag is explicitly specified.
@@ -252,8 +254,8 @@ func server() *cobra.Command {
252
254
}
253
255
}
254
256
255
- _ , _ = fmt .Fprintf (cmd .ErrOrStderr (), "access-url: %s\n " , accessURL )
256
257
_ , _ = fmt .Fprintf (cmd .ErrOrStderr (), "provisioner-daemons: %d\n " , provisionerDaemonCount )
258
+ _ , _ = fmt .Fprintf (cmd .ErrOrStderr (), "Access your Coder UI in a browser at: %s\n " , accessURL )
257
259
_ , _ = fmt .Fprintln (cmd .ErrOrStderr ())
258
260
259
261
if ! dev {
You can’t perform that action at this time.
0 commit comments