Updated Troubleshooting (markdown)

Christian Mäder 2021-06-15 09:41:39 +02:00
parent 900d4f6a0f
commit 07de49d336

@ -104,32 +104,6 @@ docker-compose run --rm netbox ./manage.py nbshell
## Frequently Asked Questions (FAQ) and Common Problems
### Nginx doesn't start
As a first step, stop your docker-compose setup.
Then locate the `netbox-nginx-config` volume and remove it:
```bash
# Stop your local netbox-docker installation
$ docker-compose down
# Find the volume
$ docker volume ls | grep netbox-nginx-config
local netbox-docker_netbox-nginx-config
# Remove the volume
$ docker volume rm netbox-docker_netbox-nginx-config
netbox-docker_netbox-nginx-config
```
Now start everything up again.
If this didn't help, try to see if there's anything in the logs indicating why nginx doesn't start:
```bash
docker-compose logs -f nginx
```
### Getting a "Bad Request (400)"
> When connecting to the Netbox instance, I get a "Bad Request (400)" error.