From 63a2b617e149cdaf93916158d120e30a3a8fd43d Mon Sep 17 00:00:00 2001 From: Tobias Genannt Date: Fri, 29 Jan 2021 16:03:32 +0100 Subject: [PATCH] Removed NOTE for virtual env because 1.0.0 was releases --- Using-Netbox-Plugins.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/Using-Netbox-Plugins.md b/Using-Netbox-Plugins.md index 0139e00..511ec20 100644 --- a/Using-Netbox-Plugins.md +++ b/Using-Netbox-Plugins.md @@ -38,8 +38,6 @@ RUN /opt/netbox/venv/bin/pip install --no-warn-script-location -r /plugin_requi ``` > 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: From **version 0.28.0** the Python environment for Netbox is installed into a virtual environment located at `/opt/netbox/venv`. Because of this the `RUN` command from above must be change to `RUN /opt/netbox/venv/bin/pip install -r /plugin_requirements.txt` - ## Docker Compose Override `docker-compose.override.yml`, as its name implies, can contain configuration overrides for existing services or entirely new services.