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.