diff --git a/LDAP.md b/LDAP.md index 73263fc..c05d913 100644 --- a/LDAP.md +++ b/LDAP.md @@ -17,7 +17,7 @@ REMOTE_AUTH_BACKEND = 'netbox.authentication.LDAPBackend' Among others you can use *docker-compose.override.yml* to inject necessary variables. -Don't forget that the `netbox-worker` service should use the same image. See [this issue](https://github.com/netbox-community/netbox-docker/issues/360). +Don't forget that the `netbox-worker` and `netbox-housekeeping` services should use the same image. See [this issue](https://github.com/netbox-community/netbox-docker/issues/360). ### Example override file for Active Directory @@ -38,6 +38,8 @@ services: LDAP_IGNORE_CERT_ERRORS: "false" netbox-worker: image: *NetboxImage + netbox-housekeeping: + image: *NetboxImage ``` ### Example override file for OpenLDAP @@ -66,4 +68,6 @@ services: LDAP_IGNORE_CERT_ERRORS: "false" netbox-worker: image: *NetboxImage + netbox-housekeeping: + image: *NetboxImage ``` \ No newline at end of file