Fixed typo

Tobias Genannt 2022-08-31 13:41:35 +02:00
parent 83e123e62f
commit 42938d85bc

@ -202,6 +202,6 @@ docker compose run --rm -T redis sh -c 'redis-cli -h redis -a $REDIS_PASSWORD mo
If you don't see anything happening after you triggered a webhook, double-check the configuration of the `netbox` and the `netbox-worker` containers, and also check the configuration of your webhook in the admin interface of NetBox.
### DBShell in Netbox container doen't work
### DBShell in Netbox container doesn't work
We don't install `psql` into the Netbox container. Because of this the command `./manage.py dbshell` will not work. To access the database shell directly use the command mentioned under the section [Database Operations](#database-operations).