slapos proxy: allow to specify/override host/port from command line.

parent 5735db72
......@@ -43,6 +43,10 @@ class ProxyStartCommand(ConfigCommand):
ap.add_argument('-u', '--database-uri',
help='URI for sqlite database')
ap.add_argument('--port',
help='Port to use')
ap.add_argument('--host',
help='Host to use')
return ap
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment