From ab0ce20971cf503db85354e81b2e1cd7f62c3377 Mon Sep 17 00:00:00 2001 From: Aleksandar Radunovic Date: Mon, 15 Oct 2018 15:15:56 +0200 Subject: [PATCH] Update README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b8b541c..d72a589 100644 --- a/README.md +++ b/README.md @@ -161,7 +161,8 @@ if created: #### Initializers -Initializers are built-in startup scripts for defining NetBox custom fields, groups and users. +Initializers are built-in startup scripts for defining NetBox +custom fields, groups, users and many other resources. All you need to do is to mount you own `initializers` folder ([see `docker-compose.yml`][netbox-docker-compose]). Look at the [`initializers` folder][netbox-docker-initializers] to learn how the files must look like.