[Komodo] admin: Write Stack File: update compose.yaml

This commit is contained in:
komodo 2026-02-06 10:11:10 +01:00
parent 893dc76ede
commit 523f6933e3

View file

@ -74,7 +74,6 @@ services:
- /etc/localtime:/etc/localtime:ro - /etc/localtime:/etc/localtime:ro
networks: networks:
- immich_network - immich_network
entrypoint: ["/bin/sh", "-c", "ls -la /usr/src/app/upload && sleep 60"]
volumes: volumes:
next: next:
@ -82,5 +81,5 @@ volumes:
driver_opts: driver_opts:
type: cifs type: cifs
# Wichtig: addr ohne //, Pfad beginnt mit / # Wichtig: addr ohne //, Pfad beginnt mit /
device: "//u457772.your-storagebox.de/backup" 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" o: "addr=u457772.your-storagebox.de,username=u457772,password=wjBt2d3QeBp4d2,vers=3.0,uid=1000,gid=1000,file_mode=0770,dir_mode=0770"