cifs -> sshfs lockal
This commit is contained in:
parent
58293bca68
commit
2b46807093
1 changed files with 1 additions and 9 deletions
10
compose.yaml
10
compose.yaml
|
|
@ -79,7 +79,7 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- "2283:2283"
|
- "2283:2283"
|
||||||
volumes:
|
volumes:
|
||||||
- next:/usr/src/app/upload
|
- /storagebox:/usr/src/app/upload
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
networks:
|
networks:
|
||||||
- immich_network
|
- immich_network
|
||||||
|
|
@ -90,11 +90,3 @@ services:
|
||||||
- driver: nvidia
|
- driver: nvidia
|
||||||
count: all # oder 1
|
count: all # oder 1
|
||||||
capabilities: [gpu]
|
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"
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue