Use the host
attribute to provide a hostname, or subdomain, in the form of a string. This segment of a route helps to ensure that the route is unique. If you do not provide a hostname, the URL for the app takes the form of APP-NAME.DOMAIN
.
--- ... host: my-app
The command line option that overrides this attribute is -n
.