Merge branch 'doc-docker-compose' into 'develop'
[docs] add docker-compose command line See merge request funkwhale/funkwhale!855
This commit is contained in:
commit
c71dd53ae0
|
@ -150,6 +150,11 @@ Useful commands:
|
|||
ports:
|
||||
- "5000:80"
|
||||
|
||||
Then start the container:
|
||||
|
||||
.. code-block:: shell
|
||||
|
||||
docker-compose up -d
|
||||
|
||||
.. _docker-multi-container:
|
||||
|
||||
|
|
Loading…
Reference in New Issue