Updated Troubleshooting (markdown)

Christian Mäder
2020-03-15 15:00:14 +01:00
parent 352c1f4ce6
commit c55659eaf7

@ -31,10 +31,11 @@ docker-compose stop
Reset the project: Reset the project:
> ⚠️ **This will also remove any related data.** > ⚠️ **This will remove any Netbox-related data.**
```bash ```bash
docker-compose down -v --remove-orphans docker-compose down -v --remove-orphans
git reset --hard origin/release
```` ````
Enter the Netbox shell, e.g. to get access to `./manage.py`: Enter the Netbox shell, e.g. to get access to `./manage.py`: