diff --git a/README.md b/README.md index 5223e39..373b9cc 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ You should see the NetBox homepage. To create the first admin user run this command: ```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.