alex
IImmich
•Created by alex on 4/23/2025 in #help-desk-support
Change default upload drive in Windows
thank you @Mraedis! Only the upload is bind-mount now and it is working ok
27 replies
IImmich
•Created by alex on 4/23/2025 in #help-desk-support
Change default upload drive in Windows
so i am good to go? sorry i used the example in the second link under "Advanced Scenarios with Docker Compose Volumes"
27 replies
IImmich
•Created by alex on 4/23/2025 in #help-desk-support
Change default upload drive in Windows
thank you @NoMachine , i managed to do it using the second link!
I created the folders E:/immich/library and E:/immich/postgres and edited the dockerfile like this:
services:
immich-server:
image: ghcr.io/immich-app/immich-server:${IMMICH_VERSION:-release}
volumes:
- immich-uploads:/usr/src/app/upload
# …
database:
image: docker.io/tensorchord/pgvecto-rs:pg14-v0.2.0@....
volumes:
- immich-db:/var/lib/postgresql/data
# …
volumes:
immich-uploads:
driver: local
driver_opts:
type: none
o: bind
device: E:/immich/library
immich-db:
driver: local
driver_opts:
type: none
o: bind
device: E:/immich/postgres
27 replies
IImmich
•Created by alex on 4/23/2025 in #help-desk-support
Change default upload drive in Windows
i am stuck with this, i have tried everything i could think of (including both above) but cant make immich use E drive 😦
Also tried to use StableBit DrivePool, with no luck.
27 replies