Update README.md

This commit is contained in:
Simon Hamacher 2024-06-21 16:28:44 +02:00 committed by GitHub
parent 55f973582a
commit a58dacfe1e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.