docs(configuration): add the --tunnel-port flag

pull/76/head
Itsconquest 2019-10-04 13:32:17 +13:00
parent c9cd40f9d9
commit fe3bab1993
1 changed files with 1 additions and 0 deletions

View File

@ -176,3 +176,4 @@ The following CLI flags are available:
* ``--tlscert``: Path to the TLS certificate file (default: ``/certs/cert.pem``, ``C:\certs\cert.pem`` on Windows)
* ``--tlskey``: Path to the TLS key (default: ``/certs/key.pem``, ``C:\certs\key.pem`` on Windows)
* ``--tlsverify``: TLS support (default: ``false``)
* ``--tunnel-port``: Specify an alternate tunnel port for the edge agent when 8000 is taken. Use ``--tunnel-port 8001`` with ``-p 8001:8001`` to make the edge agent communicate on port 8001