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/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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user