From 93bedb50926ef9b43d6265401ba617e473b071b1 Mon Sep 17 00:00:00 2001 From: Dominic <2497502+Domoninic@users.noreply.github.com> Date: Fri, 21 Jun 2024 21:06:36 +0200 Subject: [PATCH] Remove build from netbox-worker and netbox-housekeeping as this just cause the same image to be build multiple times woth only one used by the containers --- Using-Netbox-Plugins.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Using-Netbox-Plugins.md b/Using-Netbox-Plugins.md index 49adc7f..c47a9ee 100644 --- a/Using-Netbox-Plugins.md +++ b/Using-Netbox-Plugins.md @@ -55,14 +55,8 @@ services: dockerfile: Dockerfile-Plugins netbox-worker: image: netbox:latest-plugins - build: - context: . - dockerfile: Dockerfile-Plugins netbox-housekeeping: image: netbox:latest-plugins - build: - context: . - dockerfile: Dockerfile-Plugins ``` ## Step 3 - Enable plugins in the configuration