Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add options to set ports on weaver command line #534

Merged
merged 1 commit into from
Apr 10, 2015

Commits on Apr 10, 2015

  1. Add options to set ports on weaver command line

    This commit adds two command line options, intended to allow multiple
    instances of weave to run without container separation between them.
    
    * -port=PORT makes weave bind to port PORT (an integer). Without the
      option, the default value (6783) is used.
    
    * -httpaddr=ADDRESS makes weave bind its control interface to
      a different address. For instance "127.0.0.1:6784" can be used to
      bind to localhost only. An absent address element makes it bind to
      all interfaces. ":6784" is the default. An empty string
      can be used to disable the control interface.
    
    Signed-off-by: Alex Bligh <alex@alex.org.uk>
    abligh committed Apr 10, 2015
    Configuration menu
    Copy the full SHA
    12d88ea View commit details
    Browse the repository at this point in the history