Skip to content

Commit 2a71fe3

Browse files
authored
Update part3b.md
It looks like all the instructional material following this setup keeps referencing port 3001, so it is probably better not to set up the env to 3000
1 parent 9ba2c62 commit 2a71fe3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/3/en/part3b.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,10 +152,10 @@ Fly.io creates a file <i>fly.toml</i> in the root of your app where we can confi
152152
[build]
153153

154154
[env]
155-
PORT = "3000" # add this
155+
PORT = "3001" # add this
156156

157157
[http_service]
158-
internal_port = 3000 # ensure that this is same as PORT
158+
internal_port = 3001 # ensure that this is same as PORT
159159
force_https = true
160160
auto_stop_machines = true
161161
auto_start_machines = true

0 commit comments

Comments
 (0)