Skip to content

Commit

Permalink
docs(readme): tweak HTTP env example to match the prose below it
Browse files Browse the repository at this point in the history
  • Loading branch information
Krinkle authored Jan 5, 2024
1 parent 83d1c83 commit 1e02bed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ docker exec -it jquerydb mysql -u root -proot
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:
```
JQUERY_WP_HTTP_PORT=8080
JQUERY_WP_HTTP_PORT=4000
```
Then, visit the port directly when visiting sites, e.g. http://local.api.jquery.com:4000.
Expand Down

0 comments on commit 1e02bed

Please sign in to comment.