Remove all references to SQL tables import

fixes #1045
This commit is contained in:
softsimon
2022-01-05 13:23:09 +04:00
parent 7dca8ae1a0
commit 24f76f2f37
4 changed files with 3 additions and 21 deletions

View File

@@ -5,11 +5,9 @@
In an empty dir create 2 sub-dirs
```bash
mkdir -p data mysql/data mysql/db-scripts
mkdir -p data mysql/data
```
In the `mysql/db-scripts` sub-dir add the `mariadb-structure.sql` file from the mempool repo
Your dir should now look like that:
```bash
@@ -23,9 +21,6 @@ data mysql
data db-scripts
./mysql/data:
./mysql/db-scripts:
mariadb-structure.sql
```
In the main dir add the following `docker-compose.yml`