Skip to content

Commit

Permalink
Bot Updating Templated Files
Browse files Browse the repository at this point in the history
  • Loading branch information
LinuxServer-CI committed Apr 26, 2021
1 parent 29cefab commit 2790a45
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ The architectures supported by this image are:

## Application Setup

Netbox requires a postgres database.

Access the WebUI at <your-ip>:8000. For more information, check out [NetBox](https://github.com/netbox-community/netbox).

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

0 comments on commit 2790a45

Please sign in to comment.