Skip to content

Commit f5861d6

Browse files
authored
Merge pull request #3610 from Tizzz-555/patch-1
Update part3b.md
2 parents 3992b61 + 2a71fe3 commit f5861d6

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
@@ -151,10 +151,10 @@ Fly.io creates a file <i>fly.toml</i> in the root of your app where we can confi
151151
[build]
152152

153153
[env]
154-
PORT = "3000" # add this
154+
PORT = "3001" # add this
155155

156156
[http_service]
157-
internal_port = 3000 # ensure that this is same as PORT
157+
internal_port = 3001 # ensure that this is same as PORT
158158
force_https = true
159159
auto_stop_machines = true
160160
auto_start_machines = true

0 commit comments

Comments
 (0)