Updated Using Netbox Plugins (markdown)

Christian Mäder 2021-06-21 10:12:17 +02:00
parent 5a5e772d2d
commit d1ec79afbc

@ -65,4 +65,10 @@ To build and deploy this in docker two commands are required.
``` ```
docker-compose build --no-cache docker-compose build --no-cache
docker-compose up -d docker-compose up -d
``` ```
## Troubleshooting
### Plugin does not load
Note that the plugin name for pip can be different from the name used to load the plugin. I.e. `plugin-name` for pip and `plugin_name` for the config file.