Browse Source

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
pull/2151/head
Thomas Rittson 3 years ago committed by GitHub
parent
commit
66de2f34f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      util/Setup/Templates/DockerCompose.hbs

3
util/Setup/Templates/DockerCompose.hbs

@ -218,8 +218,9 @@ services: @@ -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

Loading…
Cancel
Save