Add data directory
This commit is contained in:
parent
02c5694550
commit
b034e432ef
@ -16,7 +16,7 @@ CONTAINER_DB_NAME=db
|
||||
|
||||
# Path to store your database
|
||||
#DB_PATH=/path/to/your/local/database/folder
|
||||
DB_PATH=./../data/db
|
||||
DB_PATH=./data/db
|
||||
|
||||
# Root password for your database
|
||||
MYSQL_ROOT_PASSWORD=root_password
|
||||
@ -37,8 +37,8 @@ LOGGING_OPTIONS_MAX_SIZE=200k
|
||||
# Path to store your wordpress files
|
||||
#WP_CORE=/path/to/your/wordpress/core/files
|
||||
#WP_CONTENT=/path/to/your/wordpress/wp-content
|
||||
WP_CORE=./../data/site/wordpress-core
|
||||
WP_CONTENT=./../data/site/wp-content
|
||||
WP_CORE=./data/site/wordpress-core
|
||||
WP_CONTENT=./data/site/wp-content
|
||||
|
||||
# Table prefix
|
||||
WORDPRESS_TABLE_PREFIX=wp_
|
||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
.env
|
||||
.env
|
3
data/.gitignore
vendored
Normal file
3
data/.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
*
|
||||
*/
|
||||
!.gitignore
|
Loading…
Reference in New Issue
Block a user