Fixing links

Christian Mäder 2019-10-09 12:05:59 +02:00
parent 080228affb
commit 502e87540a

@ -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