netbox-docker/.github/ISSUE_TEMPLATE/bug_report.md
Tobias Genannt d273391773 Gunicorn is replaced with nginx-unit
We now serve Netbox with an nginx-unit instance instead of Gunicorn.
This allows us to get rid of the extra Nginx container because Unit is
also serving the static files. The static files are now collected at container
buildtime instead of every startup.
2021-01-15 09:22:22 +01:00

2.2 KiB

name about title labels assignees
Bug report Create a report to help us improve

Current Behavior

...

Expected Behavior

...

Debug Information

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 inspect netboxcommunity/netbox:latest --format "{{json .Config.Labels}}":

{
  "JSON JSON JSON":
    "--> Please paste formatted json. (Use e.g. `jq` or https://jsonformatter.curiousconcept.com/)"
}

The output of docker-compose logs netbox:

LOG LOG LOG