Merge pull request #971 from igor-alexandrov/add-app-port-example

Added app_port example to the proxy section
This commit is contained in:
Donal McBreen
2024-09-30 04:16:34 -04:00
committed by GitHub

View File

@@ -18,6 +18,8 @@ servers:
proxy: proxy:
ssl: true ssl: true
host: app.example.com host: app.example.com
# kamal-proxy connects to your container over port 80, use `app_port` to specify a different port.
# app_port: 3000
# Credentials for your image host. # Credentials for your image host.
registry: registry: