diff --git a/.env.sample b/.env.sample index 07a9ba3..08ab61f 100644 --- a/.env.sample +++ b/.env.sample @@ -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_ diff --git a/.gitignore b/.gitignore index 4c49bd7..2eea525 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -.env +.env \ No newline at end of file diff --git a/data/.gitignore b/data/.gitignore new file mode 100644 index 0000000..e7a210e --- /dev/null +++ b/data/.gitignore @@ -0,0 +1,3 @@ +* +*/ +!.gitignore \ No newline at end of file