Skip to content

Commit

Permalink
add docker compose details
Browse files Browse the repository at this point in the history
  • Loading branch information
rikinsk committed Sep 8, 2020
1 parent 8e588da commit b58fc36
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/graphql/core/guides/mysql-preview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Prerequisites

- `Docker <https://docs.docker.com/install/>`_
- `Docker Compose <https://docs.docker.com/compose/install/>`_
- An existing MySQL database

Step 1: Get the docker-compose file
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Expand All @@ -45,7 +46,7 @@ Step 2: Update MySQL config
^^^^^^^^^^^^^^^^^^^^^^^^^^^

You need to now update the ``docker-compose.yaml`` file with credentials for your
MySQL database
MySQL database *(replace the values surrounded by <>)*

.. code-block:: yaml
Expand Down

0 comments on commit b58fc36

Please sign in to comment.