Merge branch 'doc-docker-compose' into 'develop'

[docs] add docker-compose command line

See merge request funkwhale/funkwhale!855
This commit is contained in:
Eliot Berriot 2019-08-19 10:07:46 +02:00
commit c71dd53ae0
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: