From 0ba96b8d69068abf472b40f57b101ff3415a6aa1 Mon Sep 17 00:00:00 2001 From: Tobias Genannt Date: Fri, 19 Feb 2021 12:30:30 +0100 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 1fdc190..4faf10a 100644 --- a/Using-Netbox-Plugins.md +++ b/Using-Netbox-Plugins.md @@ -54,7 +54,7 @@ services: netbox-worker: image: netbox:latest-plugins ``` -This configuration will change the ports `NGINX` will use. It will also select the build file created in previous steps and tell the `netbox-worker` service to now use the new image (netbox:latest-plugins) that has been created. +This configuration will change the ports `Netbox` will use. It will also select the build file created in previous steps and tell the `netbox-worker` service to now use the new image (netbox:latest-plugins) that has been created. ## Build and Deploy To build and deploy this in docker two commands are required.