File tree 1 file changed +3
-5
lines changed
1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Prerequisites
2
2
1 . [ mysql] (https://github.com/hasura/quickstart-docker-git/tree/master/mysql )
3
3
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.
7
5
8
6
# Quickstart - Build your own Docker image#
9
7
@@ -42,9 +40,9 @@ Follow the steps mentioned below for git based pipeline
42
40
43
41
# ## **Environment Variables**
44
42
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.
47
44
* ` WORDPRESS_DB_PASSWORD` - Password of MYSQL database.
45
+ * ` WORDPRESS_DB_USER` - UserName of MYSQL database (defaults to " root" ).
48
46
* ` WORDPRESS_DB_NAME` - Database Name (defaults to " wordpress" ).
49
47
50
48
# ## **Volumes**
You can’t perform that action at this time.
0 commit comments