More obviously call out deploy time in quickstart (#1113)

Just to set expectation that this will take a while, so new users don't
think they did something wrong.
This commit is contained in:
Shaun Verch 2022-01-10 16:34:43 -05:00 committed by GitHub
parent 7a623101e2
commit f90ec76295
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,4 +20,6 @@ Use `docker-compose` to run the application:
$ docker-compose up
```
After it initializes (which may take a while, possibly even an hour or two, since it has to download and process all the data), you should be able to open the application in your browser at [http://localhost:8000](http://localhost:8000).
> Note: This may take a while, possibly even an hour or two, since it has to build the containers and then download and process all the data.
After it initializes, you should be able to open the application in your browser at [http://localhost:8000](http://localhost:8000).