mirror of
https://github.com/ViViDboarder/bitwarden_rs_ldap.git
synced 2024-11-01 01:06:27 +00:00
12 lines
223 B
YAML
12 lines
223 B
YAML
---
|
|
version: '3'
|
|
services:
|
|
ldap_sync:
|
|
|
|
vaultwarden:
|
|
|
|
ldap:
|
|
command: ["--copy-service"]
|
|
volumes:
|
|
- ./itest/50-seed-user.ldif:/container/service/slapd/assets/config/bootstrap/ldif/custom/50-seed-user.ldif
|