added readme instructions to generate secret key
This commit is contained in:
parent
e0aa1a1ce7
commit
962d5410b1
@ -37,6 +37,7 @@ services:
|
|||||||
```bash
|
```bash
|
||||||
mkdir -p media/image-attachments media/devicetype-images
|
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.
|
- 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`
|
- Run `docker compose up -d`
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user