mirror of
https://github.com/bitwarden/server
synced 2025-12-06 00:03:34 +00: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:
@@ -218,8 +218,9 @@ services:
|
|||||||
container_name: bitwarden-scim
|
container_name: bitwarden-scim
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
|
- ../core:/etc/bitwarden/core
|
||||||
- ../ca-certificates:/etc/bitwarden/ca-certificates
|
- ../ca-certificates:/etc/bitwarden/ca-certificates
|
||||||
- ../logs/api:/etc/bitwarden/logs
|
- ../logs/scim:/etc/bitwarden/logs
|
||||||
env_file:
|
env_file:
|
||||||
- global.env
|
- global.env
|
||||||
- ../env/uid.env
|
- ../env/uid.env
|
||||||
|
|||||||
Reference in New Issue
Block a user