Make sure vaultwarden has an 'object' in the compose files

This commit is contained in:
ViViDboarder 2024-01-17 09:45:38 -08:00
parent e80dce8042
commit 5f63df3dee
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ services:
APP_LDAP_SEARCH_FILTER: "(&(objectClass=*)(uid=*))"
APP_LDAP_SYNC_LOOP: "false"
vaultwarden:
vaultwarden: {}
ldap:
command: ["--copy-service"]

View File

@ -5,7 +5,7 @@ services:
volumes:
- ./itest/config.toml:/config.toml:ro
vaultwarden:
vaultwarden: {}
ldap:
command: ["--copy-service"]