Merge pull request #50 from Marwolf/master

Correction for MariaDB local storage
This commit is contained in:
Marwolf
2018-08-25 20:57:06 -04:00
committed by GitHub
2 changed files with 6 additions and 2 deletions

4
.gitignore vendored
View File

@@ -39,3 +39,7 @@ etc/ghost/logs/*.log.*
etc/ghost/content/data/\.DS_Store etc/ghost/content/data/\.DS_Store
etc/ghost/content/themes/ etc/ghost/content/themes/
etc/ghost/content/logs/http___localhost_blog_production\.log\.0
etc/ghost/content/logs/http___localhost_blog_production\.error\.log\.0

View File

@@ -47,8 +47,8 @@ services:
ports: ports:
- "127.0.0.1:3306:3306" - "127.0.0.1:3306:3306"
volumes: volumes:
- "./data/db/mysq:/etc/mysql" - "./data/db/mysql:/var/lib/mysql"
- "./etc/mariadb/innodb.cnf:/etc/mysql/conf/innodb.cnf:ro" - "./etc/mariadb/innodb.cnf:/etc/mysql/conf.d/innodb.cnf:ro"
tomcat: tomcat:
image: tomcat:latest image: tomcat:latest