Skip to content

Commit 72450af

Browse files
committed
Readme instructions
1 parent 78558fa commit 72450af

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

README.md

+3-6
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,6 @@ cd cli
8686
./setup-hosts-file.sh
8787
```
8888

89-
Follow the instructions.
90-
91-
### Setup nginx config
92-
93-
Replace `myapp.local` in `nginx/wordpress_ssl.conf` with your own local domain of choice.
94-
9589
## Install WordPress and Composer dependencies
9690

9791
```shell
@@ -145,6 +139,9 @@ wp search-replace https://olddomain.com https://newdomain.com --allow-root
145139
146140
### Changelog
147141

142+
#### 2020-01-30
143+
- Use `Entrypoint` command in Docker Compose to replace the domain name in the nginx config. Removing the need to manually edit the domain name in the nginx conf. Now using the `.env` value `DOMAIN`
144+
- Added APP_NAME in `.env-example` Thanks to [@Dave3o3](https://github.com/Dave3o3)
148145
#### 2020-01-11
149146
- Added `.env` support for specifying your own app name, domain etc in Docker and cli scripts.
150147
- Added phpMyAdmin. Visit [http://127.0.0.1:8080/](http://127.0.0.1:8080/)

0 commit comments

Comments
 (0)