[fix] Docker command in was not showing

This commit is contained in:
Jose Pablo Domingo Aramburo Sanchez 2018-08-18 12:45:25 -06:00 committed by GitHub
parent 7533bfa812
commit 91b0c1492a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,10 +43,9 @@ To install docker compose
sudo chmod +x /usr/local/bin/docker-compose
And finally the containers can be initialized by running
And finally the containers can be initialized by running
.. code-block:: bash
sudo docker-compose up --build -d
sudo docker-compose up --build -d
Sign in
-----------------