Merge pull request #50 from Marwolf/master
Correction for MariaDB local storage
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -39,3 +39,7 @@ etc/ghost/logs/*.log.*
|
||||
etc/ghost/content/data/\.DS_Store
|
||||
|
||||
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
|
||||
|
||||
@@ -47,8 +47,8 @@ services:
|
||||
ports:
|
||||
- "127.0.0.1:3306:3306"
|
||||
volumes:
|
||||
- "./data/db/mysq:/etc/mysql"
|
||||
- "./etc/mariadb/innodb.cnf:/etc/mysql/conf/innodb.cnf:ro"
|
||||
- "./data/db/mysql:/var/lib/mysql"
|
||||
- "./etc/mariadb/innodb.cnf:/etc/mysql/conf.d/innodb.cnf:ro"
|
||||
|
||||
tomcat:
|
||||
image: tomcat:latest
|
||||
|
||||
Reference in New Issue
Block a user