File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change 1
- ## 🎨 WordPress Docker Example
1
+ ## 🎨 WordPress Docker Setup
2
2
[ ![ Project Status: Active.] ( https://www.repostatus.org/badges/latest/active.svg )] ( https://www.repostatus.org/#active )
3
- ![ Stars] ( https://img.shields.io/github/stars/imranhsayed/wordpress-docker-example?label=%E2%AD%90%20Stars )
4
- ![ Forks] ( https://img.shields.io/github/forks/imranhsayed/wordpress-docker-example?color=%23ff69b4 )
5
- ![ Contributors] ( https://img.shields.io/github/contributors/imranhsayed/wordpress-docker-example?color=blue )
6
- ![ Follow] ( https://img.shields.io/github/followers/imranhsayed?label=Please%20follow%20%20to%20support%20my%20work%20%F0%9F%99%8F&style=social )
7
3
8
4
- WordPress Setup with Docker.
9
5
- mysql
10
6
- phpMyAdmin
11
7
12
8
## Setup
9
+ The following step is not required if you have already followed one command setup using ` ./nxtwp configure `
10
+ as explained in the project's root [ README.md] ( https://github.com/imranhsayed/nextjs-headless-wordpress/blob/master/README.md )
11
+
13
12
Run this from root
14
13
``` bash
15
14
docker-compose -f docker-compose.yml up -d
@@ -26,9 +25,6 @@ password: root
26
25
27
26
phpmyadmin docker image already comes with the username ` root ` and we have set the mysql password in the dockerfile
28
27
29
- * If you happen to use your own WordPress setup, be sure to install and activate plugins from composer.json and add your own WordPress site URL
30
- in an .env file, You can check the .env-example file for reference.
31
-
32
28
## Development ( Developers only )
33
29
34
30
1 . When we change the composer.json, run from root
You can’t perform that action at this time.
0 commit comments