diff --git a/downtify/docker-compose.yml b/downtify/docker-compose.yml index 4107ff544a..f4ce672b22 100644 --- a/downtify/docker-compose.yml +++ b/downtify/docker-compose.yml @@ -10,5 +10,8 @@ services: image: henriquesebastiao/downtify:0.2.1@sha256:3dbdcfc87113975d9b50d2bd1ec80752cdd4257375897a64692e4bedd76721de restart: on-failure stop_grace_period: 1m + environment: + - PUID=1000 + - PGID=1000 volumes: - ${UMBREL_ROOT}/data/storage/downloads/downtify:/downloads \ No newline at end of file