Fix rabbit container name typo in docs

This commit is contained in:
Grigory Alexandrov 2022-11-12 23:33:57 +03:00
parent 315fb9e3c4
commit 503667a8da

View File

@ -136,7 +136,7 @@ Let's assume you want to start ``php``, ``httpd``, ``bind``, ``rabbit``.
.. code-block:: bash
host> docker-compose up -d php httpd bind rabbitmq
host> docker-compose up -d php httpd bind rabbit
.. seealso:: :ref:`start_the_devilbox`