We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3992b61 + 2a71fe3 commit f5861d6Copy full SHA for f5861d6
src/content/3/en/part3b.md
@@ -151,10 +151,10 @@ Fly.io creates a file <i>fly.toml</i> in the root of your app where we can confi
151
[build]
152
153
[env]
154
- PORT = "3000" # add this
+ PORT = "3001" # add this
155
156
[http_service]
157
- internal_port = 3000 # ensure that this is same as PORT
+ internal_port = 3001 # ensure that this is same as PORT
158
force_https = true
159
auto_stop_machines = true
160
auto_start_machines = true
0 commit comments