forked from Public/DockerWordpress
28 lines
693 B
Markdown
28 lines
693 B
Markdown
INSTRUCTIONS
|
|
|
|
1. Copy (and edit) .env_default to .env
|
|
2. Run docker-compose
|
|
3. Access the system in https://hostname:$EX_PORT
|
|
4. Follow the system instructions to install WP
|
|
5. Have fun!
|
|
|
|
If you need to access the phpMyAdmin just point your browser to http://hostname:$MY_PORT
|
|
|
|
.env VARIABLES
|
|
|
|
The variables in the .env file are:
|
|
|
|
CONTAINER_NAME: represents the sufix of the containers created
|
|
|
|
MYSQL_ROOT_PASSWORD: the root password for the MySQL database
|
|
|
|
MYSQL_USER: the user to own the wordpress database
|
|
|
|
MYSQL_PASSWORD: the password for the MYSQL_USER
|
|
|
|
MYSQL_WP_DATABASE: the wordpress database name
|
|
|
|
EX_PORT: the port to access the wordpress
|
|
|
|
MY_PORT: the port to access the phpMyAdmin
|