mirror of
https://github.com/immich-app/immich.git
synced 2025-02-11 01:18:24 -05:00
chore: fix typo in jobs-workers.md (#10302)
This commit is contained in:
parent
77bd162872
commit
30627fe91e
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue