chore: fix typo in jobs-workers.md (#10302)

This commit is contained in:
William Brockhus
2024-06-14 09:06:58 +10:00
committed by GitHub
parent 77bd162872
commit 30627fe91e

View File

@@ -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: