docs(configuration): update --admin-password example

pull/61/head
Anthony Lapenna 2018-12-26 17:32:59 +01:00
parent 5744cc740f
commit 546cc73acf
1 changed files with 1 additions and 1 deletions

View File

@ -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``
-----------------