[docs] add docker-compose command line

This commit is contained in:
Romain Failliot 2019-08-16 09:24:16 -04:00
parent e3260dfc5b
commit e67b88a76a
1 changed files with 5 additions and 0 deletions

View File

@ -150,6 +150,11 @@ Useful commands:
ports:
- "5000:80"
Then start the container:
.. code-block:: shell
docker-compose up -d
.. _docker-multi-container: