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: