Make port values numbers

This commit is contained in:
Trevor Blades
2022-02-11 11:35:34 -08:00
parent 3282aba16f
commit 05abb7092a

View File

@@ -11,3 +11,11 @@ app = "empty-cherry-6843"
[[services]]
internal_port = 8080
protocol = "tcp"
[[services.ports]]
handlers = ["http"]
port = 80
[[services.ports]]
handlers = ["tls", "http"]
port = 443