From 88351312bf093a9e78fcedc2839ddd4fe9da5852 Mon Sep 17 00:00:00 2001 From: Igor Alexandrov Date: Wed, 25 Sep 2024 11:25:42 +0400 Subject: [PATCH] Added app_port example to the proxy section --- lib/kamal/cli/templates/deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/kamal/cli/templates/deploy.yml b/lib/kamal/cli/templates/deploy.yml index 7eec6aa2..b88ddaa6 100644 --- a/lib/kamal/cli/templates/deploy.yml +++ b/lib/kamal/cli/templates/deploy.yml @@ -18,6 +18,8 @@ servers: proxy: ssl: true host: app.example.com + # Change the default application port from 80 to 3000. Useful for non-Thruster apps. + # app_port: 3000 # Credentials for your image host. registry: @@ -32,7 +34,6 @@ registry: # Configure builder setup. builder: arch: amd64 - # Inject ENV variables into containers (secrets come from .kamal/secrets). # # env: