Added app_port example to the proxy section

This commit is contained in:
Igor Alexandrov
2024-09-25 11:25:42 +04:00
parent 4a13803119
commit 88351312bf

View File

@@ -18,6 +18,8 @@ servers:
proxy: proxy:
ssl: true ssl: true
host: app.example.com 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. # Credentials for your image host.
registry: registry:
@@ -32,7 +34,6 @@ registry:
# Configure builder setup. # Configure builder setup.
builder: builder:
arch: amd64 arch: amd64
# Inject ENV variables into containers (secrets come from .kamal/secrets). # Inject ENV variables into containers (secrets come from .kamal/secrets).
# #
# env: # env: