Skip to content

Commit 1e02bed

Browse files
authored
docs(readme): tweak HTTP env example to match the prose below it
1 parent 83d1c83 commit 1e02bed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ docker exec -it jquerydb mysql -u root -proot
108108
jquery-wp-docker is set up to use ports `80` and `443` by default so no extra work is needed to support SSL. However, if either port is in use on your host, you can create a `.env` file in this directory and set the following environment variable with a port number of your own choosing:
109109
110110
```
111-
JQUERY_WP_HTTP_PORT=8080
111+
JQUERY_WP_HTTP_PORT=4000
112112
```
113113
114114
Then, visit the port directly when visiting sites, e.g. http://local.api.jquery.com:4000.

0 commit comments

Comments
 (0)