1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-24 12:35:25 +01:00

Fix invalid SCIM invites and SCIM log directory (#2148)

SCIM container needs to mount ../core to have access to data protection
certificates which are required for invite tokens to work
This commit is contained in:
Thomas Rittson 2022-07-26 21:08:37 +10:00 committed by GitHub
parent dd75e8886a
commit 66de2f34f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -218,8 +218,9 @@ services:
container_name: bitwarden-scim
restart: always
volumes:
- ../core:/etc/bitwarden/core
- ../ca-certificates:/etc/bitwarden/ca-certificates
- ../logs/api:/etc/bitwarden/logs
- ../logs/scim:/etc/bitwarden/logs
env_file:
- global.env
- ../env/uid.env