Skip to content

Commit 8d0aa47

Browse files
authored
Update README.md
1 parent cad9811 commit 8d0aa47

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

wordpress/README.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
# Prerequisites
22
1. [mysql] (https://github.com/hasura/quickstart-docker-git/tree/master/mysql)
33

4-
# Configure MYSQL
5-
6-
Build the Docker image using our [`mysql`](https://github.com/hasura/quickstart-docker-git/tree/master/mysql) project and run the `mysql` container.
4+
You need to have a MySQL database up and running for Wordpress to work.
75

86
# Quickstart - Build your own Docker image#
97

@@ -42,9 +40,9 @@ Follow the steps mentioned below for git based pipeline
4240

4341
### **Environment Variables**
4442

45-
* `WORDPRESS_DB_HOST` - Host of MYSQL server (Docker IP).
46-
* `WORDPRESS_DB_USER` - UserName of MYSQL database (defaults to "root").
43+
* `WORDPRESS_DB_HOST` - Host of MySQL server.
4744
* `WORDPRESS_DB_PASSWORD` - Password of MYSQL database.
45+
* `WORDPRESS_DB_USER` - UserName of MYSQL database (defaults to "root").
4846
* `WORDPRESS_DB_NAME` - Database Name (defaults to "wordpress").
4947

5048
### **Volumes**

0 commit comments

Comments
 (0)