forked from Public/DockerWordpress
Added SITEURL environment variable to allow phpmyadmin accession through a directory of the main WP url
9 lines
226 B
Plaintext
9 lines
226 B
Plaintext
CONTAINER_NAME=TheNameOfYourContainer
|
|
MYSQL_ROOT_PASSWORD=YourMySQLRootPasswordHere
|
|
MYSQL_USER=wpuser
|
|
MYSQL_PASSWORD=The_wpuser_password_here
|
|
MYSQL_WP_DATABASE=wordpressdb
|
|
EX_PORT=8000
|
|
MY_PORT=8100
|
|
SITEURL=https://example.com
|