Merge pull request #1920 from hunicus/fix-docker-typo

Fix typo in docker docs
This commit is contained in:
wiz 2022-06-25 02:58:33 +09:00 committed by GitHub
commit 24300eeac5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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