vorpalveil
IImmich
•Created by vorpalveil on 1/27/2025 in #help-desk-support
Volume Binding Issue: Immich Using Container Space Instead of Host Directory. At my witts end...
I'm having an issue where my Immich container uses internal NVMe space instead of the specified ZFS-backed directory for volume binding.
Setup:
Host OS: Proxmox
Uploads: /mnt/matkopool/ImmichUploads (ZFS, sufficient space)
Docker Compose:
volumes:
- ${UPLOAD_LOCATION}:/usr/src/app/upload
- /etc/localtime:/etc/localtime:ro
.env: UPLOAD_LOCATION=/mnt/matkopool/ImmichUploads
Issue:
Files created in the container (/usr/src/app/upload) don’t sync with the host directory or vice versa.
Tried:
Verified permissions, remounted, re-created the container, and checked AppArmor.
docker inspect confirms the binding looks correct.
Immich version: v1.124.2.
Question: Why is the volume binding not working as expected? Any help would be appreciated!
22 replies