Port -> app_port

This commit is contained in:
Donal McBreen
2024-09-11 14:22:37 +01:00
parent 6f2eaed398
commit dcd4778dd9
6 changed files with 12 additions and 12 deletions

View File

@@ -25,8 +25,8 @@ class Kamal::Configuration::Proxy
end
end
def port
proxy_config.fetch("port", 80)
def app_port
proxy_config.fetch("app_port", 80)
end
def image