[docs] Fix docker command (#11159)

This commit is contained in:
Oliver 2026-01-18 23:17:23 +11:00 committed by GitHub
parent 56719655b3
commit 0719c68ab8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ invoke superuser
Or, if you are running InvenTree in a Docker container:
```bash
docker exec -rm -it inventree-server invoke superuser
docker exec -it inventree-server invoke superuser
```
### User Management