From d37b4ff080adcd70cc2ac350b7f1b8308755c749 Mon Sep 17 00:00:00 2001 From: pdine <106258223+pdine@users.noreply.github.com> Date: Tue, 23 Aug 2022 17:20:32 +0200 Subject: [PATCH] Updated Using Netbox Plugins (markdown) --- Using-Netbox-Plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Using-Netbox-Plugins.md b/Using-Netbox-Plugins.md index 405fabc..ecb92e2 100644 --- a/Using-Netbox-Plugins.md +++ b/Using-Netbox-Plugins.md @@ -46,7 +46,7 @@ RUN SECRET_KEY="dummy" /opt/netbox/venv/bin/python /opt/netbox/netbox/manage.py ``` -> NOTE: You can swap the image out to use any of the images that the Netbox-Docker community publishes to [Docker Hub](https://hub.docker.com/r/netboxcommunity/netbox/tags). For example if LDAP is required, swap out `netboxcommunity/netbox:latest` for `netboxcommunity/netbox:latest-ldap`. +> NOTE: You can swap the image out to use any of the images that the Netbox-Docker community publishes to [Docker Hub](https://hub.docker.com/r/netboxcommunity/netbox/tags). ## Docker Compose Override