Added the image override, otherwise the environment variables aren't used

XL-Reaper 2020-05-12 20:18:12 +02:00
parent 2cf2eaa360
commit cb9a885bfe

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