diff --git a/database/.gitignore b/database/.gitignore new file mode 100644 index 0000000..7d04233 --- /dev/null +++ b/database/.gitignore @@ -0,0 +1 @@ +volume/* \ No newline at end of file diff --git a/docker-compose.yml b/docker-compose.yml index 0d16029..38b809c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -54,3 +54,5 @@ services: - MYSQL_PASSWORD ports: - '23306:3306' + volumes: + - ./database/volume/:/var/lib/mysql \ No newline at end of file