Merge pull request #971 from igor-alexandrov/add-app-port-example
Added app_port example to the proxy section
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user