From 26ba41cb911cd44c20a9ae38279c742105d9d6f2 Mon Sep 17 00:00:00 2001 From: pox <47615825+pox@users.noreply.github.com> Date: Thu, 18 Feb 2021 06:11:31 +0200 Subject: [PATCH] a bit of formatting for the docker readme (#348) --- docker/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/README.md b/docker/README.md index 0a65eba0b..fa8f44bb2 100644 --- a/docker/README.md +++ b/docker/README.md @@ -8,7 +8,7 @@ In an empty dir create 2 sub-dirs mkdir -p data mysql/data mysql/db-scripts ``` -In the mysql/db-scripts sub-dir add the mariadb-structure.sql file from the mempool repo +In the `mysql/db-scripts` sub-dir add the `mariadb-structure.sql` file from the mempool repo Your dir should now look like that: @@ -28,7 +28,7 @@ data db-scripts mariadb-structure.sql ``` -In the main dir add the following docker-compose.yml +In the main dir add the following `docker-compose.yml` ```bash version: "3.7"