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: doc/deploy.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
on team size and number of repositories/languages enabled), then
7
7
**Next: Configure Instance Details**.
8
8
- Select **Next: ...** until you get to the **Configure Security Group** page,
9
-
then add a **Custom TCP Rule** rule with port range set to `8443` and source
9
+
then add a **Custom TCP Rule** rule with port range set to `8080` and source
10
10
set to "Anywhere".
11
11
> Rules with source of 0.0.0.0/0 allow all IP addresses to access your
12
12
> instance. We recommend setting [security group rules](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-network-security.html?icmpid=docs_ec2_console)
@@ -51,9 +51,9 @@ to create a new droplet
51
51
go to the "Networking" tab, then under network tags add "code-server".
52
52
- Create your VM, and **take note** of its public IP address.
53
53
- Visit "VPC network" in the console and go to "Firewall rules". Create a new
54
-
firewall rule called "http-8443". Under "Target tags" add "code-server", and
54
+
firewall rule called "http-8080". Under "Target tags" add "code-server", and
55
55
under "Protocols and ports" tick "Specified protocols and ports" and "tcp".
56
-
Beside "tcp", add "8443", then create the rule.
56
+
Beside "tcp", add "8080", then create the rule.
57
57
- Open a terminal on your computer and SSH into your Google Cloud VM:
0 commit comments