Skip to content

Commit 8af26c2

Browse files
committed
Use port 3001 in fly.io
1 parent f5861d6 commit 8af26c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/3/fi/osa3b.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,10 +120,10 @@ Jotta sovellus saadaan konfiguroitua oikein, tulee tiedostoon konfiguraatioon te
120120
[build]
121121

122122
[env]
123-
PORT = "3000" # add this
123+
PORT = "3001" # add this
124124

125125
[http_service]
126-
internal_port = 3000 # ensure that this is same as PORT
126+
internal_port = 3001 # ensure that this is same as PORT
127127
force_https = true
128128
auto_stop_machines = true
129129
auto_start_machines = true

0 commit comments

Comments
 (0)