From f06297865a388bc0e240dd3bd69d6c95250574de Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Thu, 4 Feb 2021 03:57:52 +0000 Subject: [PATCH] Bot Updating Documentation --- images/docker-netbox.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/docker-netbox.md b/images/docker-netbox.md index f059525b48..86cbae1198 100755 --- a/images/docker-netbox.md +++ b/images/docker-netbox.md @@ -114,7 +114,7 @@ Docker images are configured using parameters passed at runtime (such as those a | `SUPERUSER_PASSWORD=` | Password for admin account | | `ALLOWED_HOST=` | The hostname you will use to access the app (i.e., netbox.example.com) | | `BASE_PATH=` | The path you will use to access the app (i.e., /netbox, optional, default: none) | -| `DB_NAME=` | Databaes name (optional, default: netbox) | +| `DB_NAME=` | Database name (optional, default: netbox) | | `DB_USER=` | Database user | | `DB_PASSWORD=` | Database password | | `DB_HOST=` | Database post (optional, default: postgres) |