mirror of
				https://github.com/jakeswenson/BitBetter.git
				synced 2025-10-31 12:53:25 +00:00 
			
		
		
		
	Shorten installation section
replace editing of docker-compose.yml with the update resistant usage of docker-compose.override.yml
This commit is contained in:
		
							parent
							
								
									dd32e49c24
								
							
						
					
					
						commit
						4af0543aa0
					
				
							
								
								
									
										10
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								README.md
									
									
									
									
									
								
							|  | @ -42,15 +42,7 @@ From the BitBetter directory, simply run: | ||||||
| ./build.sh | ./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**. | 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. | ||||||
| 
 |  | ||||||
| Edit your  `/path/to/bwdata/docker/docker-compose.yml`. |  | ||||||
| 
 |  | ||||||
| > Replace `image: bitwarden/api:x.xx.x`<br>with `image: bitbetter/api` |  | ||||||
| 
 |  | ||||||
| > Replace `image: bitwarden/identity:x.xx.x`<br>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). |  | ||||||
| 
 | 
 | ||||||
| ```yaml | ```yaml | ||||||
| version: '3' | version: '3' | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user