diff --git a/README.md b/README.md index 463d31e..0cc0614 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,7 @@ services: ```bash mkdir -p media/image-attachments media/devicetype-images ``` +- Generate Secret key `docker compose run --rm netbox ./generate_secret_key.py`, this will be needed in next step - Fetch example config from container `docker compose run --rm netbox cat /opt/netbox/netbox/netbox/configuration_example.py > configuration.py` and edit it according to your enviroment. - Run `docker compose up -d`