mirror of
				https://github.com/immich-app/immich.git
				synced 2025-11-03 19:17:11 -05:00 
			
		
		
		
	chore(docs): Update docker compose readme with wget download option (#8250)
Add download option to wget
This commit is contained in:
		
							parent
							
								
									cc66159f04
								
							
						
					
					
						commit
						c788160532
					
				@ -21,7 +21,7 @@ cd ./immich-app
 | 
				
			|||||||
Download [`docker-compose.yml`][compose-file] and [`example.env`][env-file], either by running the following commands:
 | 
					Download [`docker-compose.yml`][compose-file] and [`example.env`][env-file], either by running the following commands:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```bash title="Get docker-compose.yml file"
 | 
					```bash title="Get docker-compose.yml file"
 | 
				
			||||||
wget https://github.com/immich-app/immich/releases/latest/download/docker-compose.yml
 | 
					wget -O docker-compose.yml https://github.com/immich-app/immich/releases/latest/download/docker-compose.yml
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```bash title="Get .env file"
 | 
					```bash title="Get .env file"
 | 
				
			||||||
@ -29,11 +29,11 @@ wget -O .env https://github.com/immich-app/immich/releases/latest/download/examp
 | 
				
			|||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```bash title="(Optional) Get hwaccel.transcoding.yml file"
 | 
					```bash title="(Optional) Get hwaccel.transcoding.yml file"
 | 
				
			||||||
wget https://github.com/immich-app/immich/releases/latest/download/hwaccel.transcoding.yml
 | 
					wget -O hwaccel.transcoding.yml https://github.com/immich-app/immich/releases/latest/download/hwaccel.transcoding.yml
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```bash title="(Optional) Get hwaccel.ml.yml file"
 | 
					```bash title="(Optional) Get hwaccel.ml.yml file"
 | 
				
			||||||
wget https://github.com/immich-app/immich/releases/latest/download/hwaccel.ml.yml
 | 
					wget -O hwaccel.ml.yml https://github.com/immich-app/immich/releases/latest/download/hwaccel.ml.yml
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
or by downloading from your browser and moving the files to the directory that you created.
 | 
					or by downloading from your browser and moving the files to the directory that you created.
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user