[Komodo] admin: Write Stack File: update compose.yaml
This commit is contained in:
parent
9fa5132c2c
commit
ab2e899e54
1 changed files with 10 additions and 2 deletions
12
compose.yaml
12
compose.yaml
|
|
@ -82,8 +82,16 @@ services:
|
|||
ports:
|
||||
- "2283:2283"
|
||||
volumes:
|
||||
- /next:/usr/src/app/upload
|
||||
- /backup:/backup
|
||||
- next:/usr/src/app/upload
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
networks:
|
||||
- immich_network
|
||||
|
||||
volumes:
|
||||
next:
|
||||
driver: local
|
||||
driver_opts:
|
||||
type: cifs
|
||||
# Wichtig: addr ohne //, Pfad beginnt mit /
|
||||
device: "//u457772.your-storagebox.de/backup"
|
||||
o: "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