Skip to content

Commit

Permalink
chore: fix typo in jobs-workers.md (immich-app#10302)
Browse files Browse the repository at this point in the history
  • Loading branch information
YodaDaCoda authored Jun 13, 2024
1 parent 77bd162 commit 30627fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/administration/jobs-workers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 30627fe

Please sign in to comment.