mirror of
				https://github.com/KevinMidboe/immich.git
				synced 2025-10-29 17:40:28 +00:00 
			
		
		
		
	Update Readme
This commit is contained in:
		
							
								
								
									
										4
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								Makefile
									
									
									
									
									
								
							| @@ -5,7 +5,7 @@ dev-update: | ||||
| 	docker-compose -f ./docker/docker-compose.dev.yml up --build -V --remove-orphans | ||||
|  | ||||
| dev-scale: | ||||
| 	docker-compose -f ./docker/docker-compose.dev.yml up --build -V  --scale immich_server=3 --remove-orphans | ||||
| 	docker-compose -f ./docker/docker-compose.dev.yml up --build -V  --scale immich-server=3 --remove-orphans | ||||
|  | ||||
| stage: | ||||
| 	docker-compose -f ./docker/docker-compose.staging.yml up --build -V --remove-orphans | ||||
| @@ -17,4 +17,4 @@ prod: | ||||
| 	docker-compose -f ./docker/docker-compose.yml up --build -V --remove-orphans | ||||
|  | ||||
| prod-scale: | ||||
| 	docker-compose -f ./docker/docker-compose.yml up --build -V --scale immich_server=3 --scale immich_microservices=3 --remove-orphans | ||||
| 	docker-compose -f ./docker/docker-compose.yml up --build -V --scale immich-server=5 --scale immich-microservices=3 --remove-orphans | ||||
| @@ -259,5 +259,5 @@ You need to change the CPU type from `kvm64` to `host` under VMs hardware tab. | ||||
| `Hardware > Processors > Edit > Advanced > Type (dropdown menu) > host` | ||||
|   | ||||
| Otherwise you can: | ||||
| - edit `docker-compose.yml` file and comment the whole `immich_microservices` service **which will disable machine learning features like object detection and image classification** | ||||
| - edit `docker-compose.yml` file and comment the whole `immich-machine-learning` service **which will disable machine learning features like object detection and image classification** | ||||
| - switch to a different VM/desktop with different architecture. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user