Merge pull request #38 from samueldg/fix/docker-compose-README
Remove unnecessary step form README Docker install
This commit is contained in:
commit
43fd4d405a
1 changed files with 0 additions and 1 deletions
|
@ -77,7 +77,6 @@ Alternatively, you can use `Docker`_ and `Docker Compose`_ to install and run Sn
|
||||||
.. _Docker Compose: https://docs.docker.com/compose/
|
.. _Docker Compose: https://docs.docker.com/compose/
|
||||||
::
|
::
|
||||||
|
|
||||||
$ docker build -t snappass .
|
|
||||||
$ docker-compose up -d
|
$ docker-compose up -d
|
||||||
|
|
||||||
This will pull all dependencies, i.e. Redis and appropriate Python version (3.5), then start up snappass and Redis server. SnapPass server is accessible at: http://localhost:5000
|
This will pull all dependencies, i.e. Redis and appropriate Python version (3.5), then start up snappass and Redis server. SnapPass server is accessible at: http://localhost:5000
|
||||||
|
|
Loading…
Reference in a new issue