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.