Merge pull request #931 from alexaandrov/fix-rabbit-docs

Fix rabbit container name typo in docs
This commit is contained in:
cytopia 2022-11-19 15:13:34 +01:00 committed by GitHub
commit c5da81b83b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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`