diff --git a/docs/source/installation/index.rst b/docs/source/installation/index.rst index 9c01f9b8b..a962148f7 100644 --- a/docs/source/installation/index.rst +++ b/docs/source/installation/index.rst @@ -69,11 +69,11 @@ This script will : In some cases it can happen that an old image (chill_base_php or chill_php) stored in the docker cache will make the script fail. To solve this problem you have to delete the image and the container, before the make init : -.. code-block:: bash + .. code-block:: bash - docker-compose images php - docker rmi -f chill_php:prod - docker-compose rm php + docker-compose images php + docker rmi -f chill_php:prod + docker-compose rm php 4. Start the project