File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ services:
55 PGID : $PGID
66 PUID : $PUID
77 TZ : $TZ
8- image : ghcr.io/henriquesebastiao/downtify:1.1.4
8+ image : ghcr.io/henriquesebastiao/downtify:2.6.0
99 deploy :
1010 resources :
1111 reservations :
@@ -19,6 +19,9 @@ services:
1919 - type : bind
2020 source : /DATA/Downloads/downtify
2121 target : /downloads
22+ - type : bind
23+ source : /DATA/AppData/$AppID/data
24+ target : /data
2225 x-casaos :
2326 envs :
2427 - container : PUID
@@ -34,6 +37,11 @@ services:
3437 - container : /downloads
3538 description :
3639 en_us : Directory where the files will be saved.
40+ pt_br : Diretório onde os arquivos serão salvos.
41+ - container : /data
42+ description :
43+ en_us : Directory where the app will save its data.
44+ pt_br : Diretório onde o aplicativo salvará seus dados.
3745 container_name : downtify
3846x-casaos :
3947 architectures :
You can’t perform that action at this time.
0 commit comments