Skip to content

Commit 25659cb

Browse files
committed
Readme improvements
1 parent 4b987a8 commit 25659cb

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,14 @@
55

66
Use WordPress locally with Docker using [Docker compose](https://docs.docker.com/compose/)
77

8-
+ `Dockerfile` for extending a base image and install wp-cli
9-
+ Using a custom [Docker image](https://github.com/urre/wordpress-nginx-docker-compose-image) with [automated build on Docker Hub](https://cloud.docker.com/repository/docker/urre/wordpress-nginx-docker-compose-image)
10-
+ Local domain ex `myapp.local`
8+
+ `Dockerfile` for extending a base image with a custom [Docker image](https://github.com/urre/wordpress-nginx-docker-compose-image) with [automated build on Docker Hub](https://cloud.docker.com/repository/docker/urre/wordpress-nginx-docker-compose-image)
9+
+ Custom domain for example `myapp.local`
1110
+ Custom nginx config in `./nginx`
1211
+ Custom PHP `php.ini` config in `./config`
1312
+ Volumes for `nginx`, `wordpress` and `mariadb`
1413
+ WordPress using [Bedrock](https://roots.io/bedrock/) - modern development tools, easier configuration, and an improved folder structure
14+
+ Composer
15+
+ PhpMyAdmin
1516
+ CLI scripts
1617
- Create a self signed SSL certificate for using https
1718
- Trust certs in macOS System Keychain
@@ -26,7 +27,9 @@ Use WordPress locally with Docker using [Docker compose](https://docs.docker.com
2627

2728
### Setup environment variables
2829

29-
#### For Docker
30+
Easily set your own local domain, db settings and more. Start by creating `.env` files, like the examples below.
31+
32+
#### For Docker and the cli scripts
3033

3134
Copy `.env-example` in the project root to `.env` and edit your preferences.
3235

@@ -103,8 +106,7 @@ docker-compose up -d
103106

104107
## PhpMyAdmin
105108

106-
PhpMyAdmin comes installed as a service in docker-compose.
107-
109+
PhpMyAdmin now comes installed as a service in docker-compose.
108110

109111
Open [http://127.0.0.1:8080/](http://127.0.0.1:8080/)
110112

@@ -130,7 +132,7 @@ wp search-replace https://olddomain.com https://newdomain.com --allow-root
130132
### Changelog
131133

132134
#### 2020-01-11
133-
- Added `.env` support for specifying your own app name, domain etc. Copy `.env-example` to `.env` and edit your preferences.
135+
- Added `.env` support for specifying your own app name, domain etc in Docker and cli scripts.
134136
- Added phpMyAdmin. Visit [http://127.0.0.1:8080/](http://127.0.0.1:8080/)
135137

136138
#### 2019-08-02

0 commit comments

Comments
 (0)