Updated Using Netbox Plugins (markdown)

Tobias Genannt 2021-02-19 12:30:30 +01:00
parent 3ba49646dd
commit 0ba96b8d69

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