Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Lindwen authored Dec 18, 2023
1 parent e592014 commit f82520c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compose-files/jellyfin/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ services:
container_name: jellyfin
restart: unless-stopped
environment:
- PUID=1001
- PGID=1001
- PUID=$(id -u)
- PGID=$(id -g)
- TZ=Europe/Paris
volumes:
- $(pwd)/config:/config:rw
Expand Down

0 comments on commit f82520c

Please sign in to comment.