about summary refs log tree commit diff stats
path: root/fly.toml
diff options
context:
space:
mode:
Diffstat (limited to 'fly.toml')
-rw-r--r--fly.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/fly.toml b/fly.toml
index cb87039..5b25a9d 100644
--- a/fly.toml
+++ b/fly.toml
@@ -10,7 +10,7 @@ primary_region = "ams"
   image = "registry.fly.io/alanpearce-eu"
 
 [env]
-  PORT = "3000"
+  PORT = "80"
   REDIRECT_OTHER_HOSTNAMES = "true"
   BASE_URL = "https://alanpearce.eu"
 
@@ -19,7 +19,7 @@ primary_region = "ams"
   path = "/metrics"
 
 [http_service]
-  internal_port = 3000
+  internal_port = 80
   force_https = true
   auto_stop_machines = false
   auto_start_machines = true