Skip to content

Commit f9e8bb7

Browse files
committed
1 parent adee034 commit f9e8bb7

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

Apps/Downtify/docker-compose.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff 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
3846
x-casaos:
3947
architectures:

0 commit comments

Comments
 (0)