Skip to content

Commit

Permalink
Setting UID/PUID and GID/PGID environment variables to 1000
Browse files Browse the repository at this point in the history
  • Loading branch information
henriquesebastiao committed Feb 10, 2025
1 parent 3f75c8e commit f8e7922
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions downtify/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f8e7922

Please sign in to comment.