Updated Using Netbox Plugins (markdown)

Ryan Merolle
2022-07-27 17:37:49 -04:00
parent 3e8056e4ac
commit 7adfa13f7d

@ -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.