Update README.md

Added documentation for REPO_BRANCH environment variable.
This commit is contained in:
David Mc Ken 2021-10-31 18:14:09 -04:00
parent c0fbe76247
commit 58be6126d6

View File

@ -77,6 +77,7 @@ docker build -t netbox-devicetype-import-library .
The container supports the following env var as configuration :
- `REPO_URL`, the repo to look for device types (defaults to _https://github.com/netbox-community/devicetype-library.git_)
- `REPO_BRANCH`, the branch to check out if appropriate, defaults to master.
- `NETBOX_URL`, used to access netbox
- `NETBOX_TOKEN`, token for accessing netbox
- `VENDORS`, a space-separated list of vendors to import (defaults to None)