From 3c22544952643e55786c1b0a126152d29c0bcc90 Mon Sep 17 00:00:00 2001 From: kkthxbye <400797+kkthxbye-code@users.noreply.github.com> Date: Fri, 28 Jul 2023 22:01:53 +0200 Subject: [PATCH] Updated Using Netbox Plugins (markdown) --- Using-Netbox-Plugins.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Using-Netbox-Plugins.md b/Using-Netbox-Plugins.md index 35da775..d1ee6ce 100644 --- a/Using-Netbox-Plugins.md +++ b/Using-Netbox-Plugins.md @@ -79,8 +79,8 @@ Once you've prepared the new Docker Image, now it's time to build it. Execute the following commands: ```bash -docker-compose build --no-cache -docker-compose up -d +docker compose build --no-cache +docker compose up -d ``` Your new custom NetBox Docker image has been created and is now running, with the required plugins installed.