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"