Added the image override, otherwise the environment variables aren't used
+1
@@ -10,6 +10,7 @@ Among others you can use *docker-compose.override.yml* to inject necessary varia
|
|||||||
version: '3.4'
|
version: '3.4'
|
||||||
services:
|
services:
|
||||||
netbox:
|
netbox:
|
||||||
|
image: netboxcommunity/netbox:${VERSION-latest-ldap}
|
||||||
environment:
|
environment:
|
||||||
AUTH_LDAP_SERVER_URI: "ldaps://domain.com"
|
AUTH_LDAP_SERVER_URI: "ldaps://domain.com"
|
||||||
AUTH_LDAP_BIND_DN: "CN=Netbox,OU=EmbeddedDevices,OU=MyCompany,DC=domain,dc=com"
|
AUTH_LDAP_BIND_DN: "CN=Netbox,OU=EmbeddedDevices,OU=MyCompany,DC=domain,dc=com"
|
||||||
|
|||||||
Reference in New Issue
Block a user