From a58dacfe1e95acfa5d8cff9238db54c8f6f4dfa4 Mon Sep 17 00:00:00 2001 From: Simon Hamacher Date: Fri, 21 Jun 2024 16:28:44 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.