Update docs/docker.md

typo

Co-authored-by: David Larlet <3556+davidbgk@users.noreply.github.com>
This commit is contained in:
John Martinez 2023-09-19 14:44:31 -04:00 committed by GitHub
parent 74fd3f4a66
commit 93cfe80370
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -111,7 +111,7 @@ Start the server with
```bash ```bash
docker compose up docker compose up
``` ```
... and let it run some initial setup until the output quiesces with a message about spawning uWSGI workers. Because there is a race between the time the app tries to connect to the DB and when the DB is actually ready, you might see a few exceptions/erros about 'psychopg' being unable to connect. This should sort itself out as the app retries. ... and let it run some initial setup until the output quiesces with a message about spawning uWSGI workers. Because there is a race between the time the app tries to connect to the DB and when the DB is actually ready, you might see a few exceptions/errors about 'psycopg' being unable to connect. This should sort itself out as the app retries.
### Create superuser ### Create superuser