Update README.md
This commit is contained in:
parent
55f973582a
commit
a58dacfe1e
@ -50,7 +50,7 @@ You should see the NetBox homepage.
|
|||||||
To create the first admin user run this command:
|
To create the first admin user run this command:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker compose exec netbox /opt/netbox/netbox/manage.py createsuperuser
|
docker-compose exec netbox /opt/netbox/netbox/manage.py createsuperuser
|
||||||
```
|
```
|
||||||
|
|
||||||
If you need to restart Netbox from an empty database often, you can also set the `SUPERUSER_*` variables in your `docker-compose.override.yml` as shown in the example.
|
If you need to restart Netbox from an empty database often, you can also set the `SUPERUSER_*` variables in your `docker-compose.override.yml` as shown in the example.
|
||||||
|
Reference in New Issue
Block a user