From 30627fe91e65048402e0a990144b82069ab0a51a Mon Sep 17 00:00:00 2001 From: William Brockhus Date: Fri, 14 Jun 2024 09:06:58 +1000 Subject: [PATCH] chore: fix typo in jobs-workers.md (#10302) --- docs/docs/administration/jobs-workers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/administration/jobs-workers.md b/docs/docs/administration/jobs-workers.md index ed07e1bcc9..ff74ea4673 100644 --- a/docs/docs/administration/jobs-workers.md +++ b/docs/docs/administration/jobs-workers.md @@ -27,7 +27,7 @@ Copy the entire `immich-server` block as a new service and make the following ch + container_name: immich_microservices ``` -Once you have two copies of the immich-server service, make the following chnages to each one. This will allow one container to only serve the web UI and API, and the other one to handle all other tasks. +Once you have two copies of the immich-server service, make the following changes to each one. This will allow one container to only serve the web UI and API, and the other one to handle all other tasks. ```diff services: