From 4af0543aa0c932244794aacb9e332431b720b573 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Sch=C3=B6ppach?= Date: Tue, 25 Feb 2020 23:07:39 +0100 Subject: [PATCH] Shorten installation section replace editing of docker-compose.yml with the update resistant usage of docker-compose.override.yml --- README.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/README.md b/README.md index 7f0c9b5..db8d3e5 100644 --- a/README.md +++ b/README.md @@ -42,15 +42,7 @@ From the BitBetter directory, simply run: ./build.sh ``` -This will create a new self-signed certificate in the `.keys` directory one does not already exist and then create a modified version of the official `bitwarden/api` called `bitbetter/api` and a modified version of the `bitwarden/identity` called `bitbetter/identity`. You may **now simply edit your bitwarden docker-compose.yml to utilize the modified image**. - -Edit your `/path/to/bwdata/docker/docker-compose.yml`. - -> Replace `image: bitwarden/api:x.xx.x`
with `image: bitbetter/api` - -> Replace `image: bitwarden/identity:x.xx.x`
with `image: bitbetter/identity` - -Alternatively you can add `/path/to/bwdata/docker/docker-compose.override.yml` with the following content. This change will not be overwritten when updating BitWarden. Please note that you still need to comment out the `dockerComposePull` in `run.sh` after updating (see below). +This will create a new self-signed certificate in the `.keys` directory one does not already exist and then create a modified version of the official `bitwarden/api` called `bitbetter/api` and a modified version of the `bitwarden/identity` called `bitbetter/identity`. You may now simply create the file `/path/to/bwdata/docker/docker-compose.override.yml` with the following content to utilize the modified images. ```yaml version: '3'