Updated Using Netbox Plugins (markdown)

kkthxbye 2023-07-28 22:01:53 +02:00
parent 04c17f84e8
commit 3c22544952

@ -79,8 +79,8 @@ Once you've prepared the new Docker Image, now it's time to build it.
Execute the following commands: Execute the following commands:
```bash ```bash
docker-compose build --no-cache docker compose build --no-cache
docker-compose up -d docker compose up -d
``` ```
Your new custom NetBox Docker image has been created and is now running, with the required plugins installed. Your new custom NetBox Docker image has been created and is now running, with the required plugins installed.