Skip to content

Commit 2790a45

Browse files
Bot Updating Templated Files
1 parent 29cefab commit 2790a45

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ The architectures supported by this image are:
5959

6060
## Application Setup
6161

62+
Netbox requires a postgres database.
63+
6264
Access the WebUI at <your-ip>:8000. For more information, check out [NetBox](https://github.com/netbox-community/netbox).
6365

6466
## Usage
@@ -146,8 +148,8 @@ Container images are configured using parameters passed at runtime (such as thos
146148
| `-p 8000` | will map the container's port 8000 to port 8000 on the host |
147149
| `-e PUID=1000` | for UserID - see below for explanation |
148150
| `-e PGID=1000` | for GroupID - see below for explanation |
149-
| `-e SUPERUSER_EMAIL=<SUPERUSER_EMAIL>` | Username for admin account |
150-
| `-e SUPERUSER_PASSWORD=<SUPERUSER_PASSWORD>` | Password for admin account |
151+
| `-e SUPERUSER_EMAIL=<SUPERUSER_EMAIL>` | Email address for `admin` account |
152+
| `-e SUPERUSER_PASSWORD=<SUPERUSER_PASSWORD>` | Password for `admin` account |
151153
| `-e ALLOWED_HOST=<ALLOWED_HOST>` | The hostname you will use to access the app (i.e., netbox.example.com) |
152154
| `-e BASE_PATH=<BASE_PATH>` | The path you will use to access the app (i.e., /netbox, optional, default: none) |
153155
| `-e DB_NAME=<DB_NAME>` | Database name (optional, default: netbox) |

0 commit comments

Comments
 (0)