2017-12-14 09:36:05 +01:00
|
|
|
<!--
|
|
|
|
|
|
|
|
Before raising an issue here, answer the following questions for yourself, please:
|
|
|
|
|
|
|
|
* Did you read through the troubleshooting section? (https://github.com/ninech/netbox-docker/#troubleshooting)
|
|
|
|
* Have you updated to the latest version and tried again? (i.e. `git pull` and `docker-compose pull`)
|
|
|
|
* Have you reset the project and tried again? (i.e. `docker-compose down -v`)
|
|
|
|
* Are you confident that your problem is related to the Docker or Docker Compose setup this project provides?
|
|
|
|
(Otherwise ask on the Netbox mailing list, please: https://groups.google.com/d/forum/netbox-discuss)
|
|
|
|
* Have you looked through the issues already resolved?
|
|
|
|
|
2018-11-12 21:54:14 +01:00
|
|
|
Please try this means to get help before opening an issue here:
|
|
|
|
|
|
|
|
* On the networktocode Slack in the #netbox-docker channel: http://slack.networktocode.com/
|
|
|
|
* On the networktocode Slack in the #netbox channel: http://slack.networktocode.com/
|
|
|
|
* On the Netbox mailing list: https://groups.google.com/d/forum/netbox-discuss
|
|
|
|
|
2017-12-14 09:36:05 +01:00
|
|
|
-->
|
|
|
|
|
|
|
|
## Current Behavior
|
|
|
|
|
|
|
|
<!-- describe what you did and how it misbehaved -->
|
|
|
|
...
|
|
|
|
|
|
|
|
## Expected Behavior
|
|
|
|
|
|
|
|
<!-- describe what you expected instead -->
|
|
|
|
...
|
|
|
|
|
|
|
|
## Debug Information
|
|
|
|
|
|
|
|
<!-- please fill in the following information that might helps us debug your problem more quickly -->
|
|
|
|
The output of `docker-compose version`: `XXXXX`
|
|
|
|
The output of `docker version`: `XXXXX`
|
|
|
|
The output of `git rev-parse HEAD`: `XXXXX`
|
|
|
|
The command you used to start the project: `XXXXX`
|
|
|
|
|
|
|
|
The output of `docker-compose logs netbox`:
|
2018-11-12 21:54:14 +01:00
|
|
|
<!--
|
|
|
|
If your log is very long, create a Gist instead (and post the link to it): https://gist.github.com
|
|
|
|
-->
|
2017-12-14 09:36:05 +01:00
|
|
|
|
|
|
|
```
|
|
|
|
LOG LOG LOG
|
|
|
|
```
|
|
|
|
|
2018-11-12 21:54:14 +01:00
|
|
|
The output of `docker-compose logs nginx`:
|
2017-12-14 09:36:05 +01:00
|
|
|
<!--
|
2018-11-12 21:54:14 +01:00
|
|
|
Only if you have gotten a 5xx http error, else delete this section.
|
|
|
|
If your log is very long, create a Gist instead (and post the link to it): https://gist.github.com
|
2017-12-14 09:36:05 +01:00
|
|
|
-->
|
|
|
|
|
|
|
|
```
|
|
|
|
LOG LOG LOG
|
|
|
|
```
|