From b2d7f82c53f312f046309da80017710a28d3227e Mon Sep 17 00:00:00 2001 From: poprhythm Date: Sat, 14 Mar 2026 02:04:33 +0000 Subject: [PATCH] immich: migrate upload volume from NFS named volume to CIFS systemd bind mount Replace fragile Docker NFS named volume with /mnt/nas_family/immich-library bind mount backed by systemd mnt-nas_family.mount (permanent CIFS). --- immich/docker-compose.yaml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/immich/docker-compose.yaml b/immich/docker-compose.yaml index b1b6bab..8cee007 100644 --- a/immich/docker-compose.yaml +++ b/immich/docker-compose.yaml @@ -17,8 +17,7 @@ services: # file: hwaccel.transcoding.yml # service: cpu # set to one of [nvenc, quicksync, rkmpp, vaapi, vaapi-wsl] for accelerated transcoding volumes: - # Do not edit the next line. If you want to change the media storage location on your system, edit the value of UPLOAD_LOCATION in the .env file - - ${UPLOAD_LOCATION}:/usr/src/app/upload + - /mnt/nas_family/immich-library:/usr/src/app/upload - /etc/localtime:/etc/localtime:ro env_file: - stack.env @@ -84,12 +83,6 @@ services: volumes: model-cache: - library: - driver: local - driver_opts: - type: nfs - o: "addr=192.168.1.192,rw,nolock,soft" - device: ":/mnt/user/family/immich-library" networks: default: