forked from mjstealey/wordpress-nginx-docker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env_example
More file actions
28 lines (24 loc) · 800 Bytes
/
Copy path.env_example
File metadata and controls
28 lines (24 loc) · 800 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
### Defaults are set in the Docker Compose File, These can be uncommented to overide any of the settings.
URL=example.com
# wordpress - wordpress:php7.3-fpm
#WORDPRESS_VERSION=php7.3-fpm
#WORDPRESS_DB_NAME=wordpress
#WORDPRESS_TABLE_PREFIX=wp_
#WORDPRESS_DB_HOST=mysql
#WORDPRESS_DB_USER=root
#WORDPRESS_DB_PASSWORD=password
# mariadb - mariadb:latest
## mysql Password should be secure, even though it can only be accessed by the other containers on the same network.
#MARIADB_VERSION=latest
#MYSQL_ROOT_PASSWORD=password
#MYSQL_USER=root
#MYSQL_PASSWORD=password
#MYSQL_DATABASE=wordpress
# nginx - nginx:latest
#NGINX_VERSION=latest
# volumes on host
#NGINX_CONF_DIR=./nginx
#NGINX_LOG_DIR=./logs/nginx
#WORDPRESS_DATA_DIR=./wordpress
#SSL_CERTS_DIR=./certs
#SSL_CERTS_DATA_DIR=./certs-data