diff --git a/Initializers.md b/Initializers.md index 5048820..4fa76f4 100644 --- a/Initializers.md +++ b/Initializers.md @@ -1,4 +1,4 @@ -Initializers are built-in [startup scripts](Startup-Scripts) for defining Netbox custom fields, groups, users and many other resources in YAML files. Just edit the files in the `initializers` folder to get started. See below for a cleaner solution. +Initializers are built-in [startup scripts](Startup-Scripts) for defining NetBox custom fields, groups, users and many other resources in YAML files. Just edit the files in the `initializers` folder to get started. See below for a cleaner solution. Here's an example for defining a custom field: @@ -27,7 +27,7 @@ See [startup scripts](Startup-Scripts) for how to build a Docker image baked wit ## Separate Initializers Folder -To reduce the chances of conflicts with your files when updating the Netbox Docker folder you are advised to create a separate `initializers` folder. +To reduce the chances of conflicts with your files when updating the NetBox Docker folder you are advised to create a separate `initializers` folder. Begin by making a copy of the existing folder. Then edit (or create) your `docker-compose.override.yml` file. Edit the file and add/merge the following keys and value: