1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-21 12:05:42 +01:00

Add uid.env to key-connector compose config (#2005)

This commit is contained in:
Thomas Rittson 2022-05-20 11:31:36 +10:00 committed by GitHub
parent 452472deab
commit 98546a65ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -205,6 +205,7 @@ services:
- ../ca-certificates:/etc/bitwarden/ca-certificates
- ../logs/key-connector:/etc/bitwarden/logs
env_file:
- ../env/uid.env
- ../env/key-connector.override.env
networks:
- default