Skip to content

Commit

Permalink
Make sure vaultwarden has an 'object' in the compose files
Browse files Browse the repository at this point in the history
  • Loading branch information
ViViDboarder committed Jan 17, 2024
1 parent e80dce8 commit 5f63df3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion itest/docker-compose.itest-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
APP_LDAP_SEARCH_FILTER: "(&(objectClass=*)(uid=*))"
APP_LDAP_SYNC_LOOP: "false"

vaultwarden:
vaultwarden: {}

ldap:
command: ["--copy-service"]
Expand Down
2 changes: 1 addition & 1 deletion itest/docker-compose.itest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
volumes:
- ./itest/config.toml:/config.toml:ro

vaultwarden:
vaultwarden: {}

ldap:
command: ["--copy-service"]
Expand Down

0 comments on commit 5f63df3

Please sign in to comment.