From 9d935f09f0cd1440f91c62e598ae667c0a4da97d Mon Sep 17 00:00:00 2001 From: Geoff Davis Date: Mon, 8 Feb 2021 14:49:34 -0800 Subject: [PATCH] Fix missing ports line in override --- Using-Netbox-Plugins.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Using-Netbox-Plugins.md b/Using-Netbox-Plugins.md index a8fb918..1fdc190 100644 --- a/Using-Netbox-Plugins.md +++ b/Using-Netbox-Plugins.md @@ -45,6 +45,7 @@ RUN /opt/netbox/venv/bin/pip install --no-warn-script-location -r /plugin_requi version: '3.4' services: netbox: + ports: - 8000:8080 build: context: .