From cb9a885bfe08d3e6b159e234494473265798b7d3 Mon Sep 17 00:00:00 2001 From: XL-Reaper Date: Tue, 12 May 2020 20:18:12 +0200 Subject: [PATCH] Added the image override, otherwise the environment variables aren't used --- LDAP.md | 1 + 1 file changed, 1 insertion(+) diff --git a/LDAP.md b/LDAP.md index e3fac84..66e1afa 100644 --- a/LDAP.md +++ b/LDAP.md @@ -10,6 +10,7 @@ Among others you can use *docker-compose.override.yml* to inject necessary varia version: '3.4' services: netbox: + image: netboxcommunity/netbox:${VERSION-latest-ldap} environment: AUTH_LDAP_SERVER_URI: "ldaps://domain.com" AUTH_LDAP_BIND_DN: "CN=Netbox,OU=EmbeddedDevices,OU=MyCompany,DC=domain,dc=com"