From 8a62790e1106d562b557599e733dfadec3887b1a Mon Sep 17 00:00:00 2001 From: Luke Anderson Date: Wed, 28 Jun 2023 12:16:20 +0930 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 f008d21..a0cc49b 100644 --- a/Using-Netbox-Plugins.md +++ b/Using-Netbox-Plugins.md @@ -45,6 +45,8 @@ version: '3.4' # This is NOT the version of NetBox! No need to adjust :) services: netbox: image: netbox:latest-plugins + ports: + - 8000:8080 build: context: . dockerfile: Dockerfile-Plugins