From d3dd6a2f6997eebafd085a1375091060b8b55a46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Ma=CC=88der?= Date: Wed, 29 Nov 2017 10:55:43 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20Adds=20most=20common=20hostnames?= =?UTF-8?q?=20to=20ALLOWED=5FHOSTS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `nginx.netboxdocker.docker` and `netboxdocker.docker` are required if our ['reception'][1] thing is used to access the container. Fixes #21 [1]: https://github.com/ninech/reception --- netbox.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netbox.env b/netbox.env index 4bc812f..3e0c7e1 100644 --- a/netbox.env +++ b/netbox.env @@ -1,7 +1,7 @@ SUPERUSER_NAME=admin SUPERUSER_EMAIL=admin@example.com SUPERUSER_PASSWORD=admin -ALLOWED_HOSTS=localhost +ALLOWED_HOSTS=localhost 0.0.0.0 127.0.0.1 [::1] netboxdocker.docker nginx.netboxdocker.docker DB_NAME=netbox DB_USER=netbox DB_PASSWORD=J5brHrAXFLQSif0K