mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-06-10 03:56:38 +02:00
Address issue #360 again for netbox-housekeeping image (see wiki rev 4ed440cf)
parent
b2ca704752
commit
cea452f3ff
6
LDAP.md
6
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
|
||||
```
|
Loading…
x
Reference in New Issue
Block a user