fix(deployment): update deployment proc without Docker

pull/20/head
Anthony Lapenna 2017-03-23 20:30:18 +01:00
parent f527e136e5
commit 39810c1d02
1 changed files with 2 additions and 2 deletions

View File

@ -143,10 +143,10 @@ Then just use the portainer binary as you would use CLI flags with Docker.
.. code-block:: bash .. code-block:: bash
$ cd /opt $ cd /opt
$ ./portainer/portainer -H tcp://DOCKER_HOST:DOCKER_PORT $ ./portainer/portainer
You can use the ``-p`` flag to serve Portainer on another port: You can use the ``-p`` flag to serve Portainer on another port:
.. code-block:: bash .. code-block:: bash
$ ./portainer -H tcp://DOCKER_HOST:DOCKER_PORT -p 8080 $ ./portainer/portainer -p :8080