mirror of
https://github.com/ViViDboarder/bitwarden_rs_ldap.git
synced 2024-11-21 18:56:27 +00:00
Make sure vaultwarden has an 'object' in the compose files
This commit is contained in:
parent
e80dce8042
commit
5f63df3dee
@ -13,7 +13,7 @@ services:
|
|||||||
APP_LDAP_SEARCH_FILTER: "(&(objectClass=*)(uid=*))"
|
APP_LDAP_SEARCH_FILTER: "(&(objectClass=*)(uid=*))"
|
||||||
APP_LDAP_SYNC_LOOP: "false"
|
APP_LDAP_SYNC_LOOP: "false"
|
||||||
|
|
||||||
vaultwarden:
|
vaultwarden: {}
|
||||||
|
|
||||||
ldap:
|
ldap:
|
||||||
command: ["--copy-service"]
|
command: ["--copy-service"]
|
||||||
|
@ -5,7 +5,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ./itest/config.toml:/config.toml:ro
|
- ./itest/config.toml:/config.toml:ro
|
||||||
|
|
||||||
vaultwarden:
|
vaultwarden: {}
|
||||||
|
|
||||||
ldap:
|
ldap:
|
||||||
command: ["--copy-service"]
|
command: ["--copy-service"]
|
||||||
|
Loading…
Reference in New Issue
Block a user