From cea452f3ffd2aa9aa63e4ba4116d314f4b91ae35 Mon Sep 17 00:00:00 2001 From: Jonathon Reinhart Date: Sat, 12 Feb 2022 22:45:15 -0500 Subject: [PATCH] Address issue #360 again for netbox-housekeeping image (see wiki rev 4ed440cf) --- LDAP.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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