mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-06-09 19:46:42 +02:00
Added the image override, otherwise the environment variables aren't used
parent
2cf2eaa360
commit
cb9a885bfe
1
LDAP.md
1
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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user