Fix typo in docker docs

This commit is contained in:
hunicus 2022-06-24 13:55:26 -04:00
parent 001bd1d442
commit 2be6c19ba2
No known key found for this signature in database
GPG Key ID: 24837C51B6D81FD9

View File

@ -235,7 +235,7 @@ Corresponding `docker-compose.yml` overrides:
DATABASE_HOST: ""
DATABASE_PORT: ""
DATABASE_DATABASE: ""
DATABASE_USERAME: ""
DATABASE_USERNAME: ""
DATABASE_PASSWORD: ""
...
```