a bit of formatting for the docker readme (#348)

This commit is contained in:
pox 2021-02-18 06:11:31 +02:00 committed by GitHub
parent 475baf5634
commit 26ba41cb91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"