diff options
author | 2020-11-27 19:46:18 +0200 | |
---|---|---|
committer | 2020-11-27 19:46:18 +0200 | |
commit | 063f5b9cfbcf57eaf0a49f0303d5624262087d02 (patch) | |
tree | 28c3e6457bafbb38a509aeaca4f5f1beec94e247 | |
parent | Detail how to set environment variables (diff) |
Add "the" before "host" for running in the host header
Co-authored-by: Joe Banks <[email protected]>
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ Create a `.env` file in the root with the following values inside it (each varia #### Running To start using the application, simply run `docker-compose up` in the repository root. You'll be able to access the application by visiting http://localhost:8000/ -### Running on host +### Running on the host You can also run forms-backend manually on the host. #### Environment variables |