feat: add mount binding for external folder
This commit is contained in:
parent
16fb92d875
commit
b6e2063f64
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,7 @@ services:
|
|||
- 3001:3001
|
||||
volumes:
|
||||
- /mnt/truenas-services/immich:/usr/src/app/upload
|
||||
- /mnt/truenas-services/immich-external:/mnt/external
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
env_file:
|
||||
- stack.env
|
||||
|
@ -29,6 +30,7 @@ services:
|
|||
command: ["start.sh", "microservices"]
|
||||
volumes:
|
||||
- /mnt/truenas-services/immich:/usr/src/app/upload
|
||||
- /mnt/truenas-services/immich-external:/mnt/external
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
env_file:
|
||||
- stack.env
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue