From 2b46807093867d33d5d44a72c95e9b8d9bfe87d6 Mon Sep 17 00:00:00 2001 From: sascha Date: Mon, 30 Mar 2026 17:43:00 +0200 Subject: [PATCH] cifs -> sshfs lockal --- compose.yaml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/compose.yaml b/compose.yaml index 11678bb..abac264 100644 --- a/compose.yaml +++ b/compose.yaml @@ -79,7 +79,7 @@ services: ports: - "2283:2283" volumes: - - next:/usr/src/app/upload + - /storagebox:/usr/src/app/upload - /etc/localtime:/etc/localtime:ro networks: - immich_network @@ -90,11 +90,3 @@ services: - driver: nvidia count: all # oder 1 capabilities: [gpu] -volumes: - next: - driver: local - driver_opts: - type: cifs - # Wichtig: addr ohne //, Pfad beginnt mit / - device: "//u457772.your-storagebox.de/backup/immich" - o: "addr=u457772.your-storagebox.de,username=u457772,password=wjBt2d3QeBp4d2,vers=3.0,uid=1000,gid=1000,file_mode=0770,dir_mode=0770"