mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-12-10 13:52:38 +00:00
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.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue