feat(configuration): update default paths on Windows
parent
690ffc498c
commit
efb2e94adc
|
@ -58,11 +58,11 @@ The following CLI flags are available:
|
|||
|
||||
* ``--host``, ``-H``: Docker daemon endpoint
|
||||
* ``--bind``, ``-p``: Address and port to serve Portainer (default: ``:9000``)
|
||||
* ``--data``, ``-d``: Directory where Portainer data will be stored (default: ``/data`` on Linux, ``C:\data`` on Windows)
|
||||
* ``--data``, ``-d``: Directory where Portainer data will be stored (default: ``/data`` on Linux, ``C:\ProgramData\Portainer`` on Windows)
|
||||
* ``--tlsverify``: TLS support (default: ``false``)
|
||||
* ``--tlscacert``: Path to the CA (default: ``/certs/ca.pem`` on Linux, `C:\certs\ca.pem` on Windows)
|
||||
* ``--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)
|
||||
* ``--tlscacert``: Path to the CA (default: ``/certs/ca.pem`` on Linux, ``C:\ProgramData\Portainer\certs\ca.pem`` on Windows)
|
||||
* ``--tlscert``: Path to the TLS certificate file (default: ``/certs/cert.pem``, ``C:\ProgramData\Portainer\certs\cert.pem`` on Windows)
|
||||
* ``--tlskey``: Path to the TLS key (default: ``/certs/key.pem``, ``C:\ProgramData\Portainer\certs\key.pem`` on Windows)
|
||||
* ``--hide-label``, ``-l``: Hide containers with a specific label in the UI
|
||||
* ``--logo``: URL to a picture to be displayed as a logo in the UI, use Portainer logo if not specified
|
||||
* ``--templates``, ``-t``: URL to templates (apps) definitions (default: ``https://raw.githubusercontent.com/portainer/templates/master/templates.json``)
|
||||
|
|
Loading…
Reference in New Issue