From 7adfa13f7d11acee9a440d7fb6d4726badb61e98 Mon Sep 17 00:00:00 2001 From: Ryan Merolle Date: Wed, 27 Jul 2022 17:37:49 -0400 Subject: [PATCH] Updated Using Netbox Plugins (markdown) --- Using-Netbox-Plugins.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Using-Netbox-Plugins.md b/Using-Netbox-Plugins.md index 167b678..ecc1f2a 100644 --- a/Using-Netbox-Plugins.md +++ b/Using-Netbox-Plugins.md @@ -57,6 +57,8 @@ services: image: netbox:latest-plugins netbox-worker: image: netbox:latest-plugins + netbox-housekeeping: + image: netbox:latest-plugin ``` 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.