diff --git a/Troubleshooting.md b/Troubleshooting.md index e8f77ea..d7385a3 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -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.