docs(configuration): update --admin-password example
parent
5744cc740f
commit
546cc73acf
|
@ -28,7 +28,7 @@ To specify the admin password from the command line, start Portainer with the ``
|
|||
|
||||
.. code-block:: bash
|
||||
|
||||
$ docker run -d -p 9000:9000 -v /var/run/docker.sock:/var/run/docker.sock portainer/portainer --admin-password '$2y$05$qFHAlNAH0A.6oCDe1/4W.ueCWC/iTfBMXIHBI97QYfMWlMCJ7N.a6'
|
||||
$ docker run -d -p 9000:9000 -v /var/run/docker.sock:/var/run/docker.sock portainer/portainer --admin-password='$2y$05$qFHAlNAH0A.6oCDe1/4W.ueCWC/iTfBMXIHBI97QYfMWlMCJ7N.a6'
|
||||
|
||||
``Inside a file``
|
||||
-----------------
|
||||
|
|
Loading…
Reference in New Issue