From 502e87540a4d0b3698bb325dc1927d44cbf0ff02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20M=C3=A4der?= Date: Wed, 9 Oct 2019 12:05:59 +0200 Subject: [PATCH] Fixing links --- Configuration.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Configuration.md b/Configuration.md index 2689eca..b58f725 100644 --- a/Configuration.md +++ b/Configuration.md @@ -9,6 +9,8 @@ Variables which are arrays are usually composed by putting all the values into t For example defining `ALLOWED_HOSTS=localhost ::1 127.0.0.1` would allows access to Netbox through `http://localhost:8080`, `http://[::1]:8080` and `http://127.0.0.1:8080`. [compose-env]: https://docs.docker.com/compose/environment-variables/ +[docker-config]: https://github.com/netbox-community/netbox-docker/blob/master/configuration/configuration.py +[entrypoint]: https://github.com/netbox-community/netbox-docker/blob/master/docker/docker-entrypoint.sh ## Configure for Production