diff --git a/setup/docker.rst b/setup/docker.rst index 605afa64c19..5a8e2daad6f 100644 --- a/setup/docker.rst +++ b/setup/docker.rst @@ -51,4 +51,9 @@ If you're using the :ref:`symfony binary web server ` then it can automatically detect your Docker services and expose them as environment variables. See :ref:`symfony-server-docker`. +.. note:: + + Mac users need to explicitly allow the default Docker socket to be used for the Docker integration to work as explained in the `Docker documentation`_. + .. _`https://github.com/dunglas/symfony-docker`: https://github.com/dunglas/symfony-docker +.. _`Docker documentation`: https://docs.docker.com/desktop/mac/permission-requirements/