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 b1f1760 commit e592014
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 @@ -11,8 +11,8 @@ services:
- PGID=1001
- TZ=Europe/Paris
volumes:
- ./config:/config:rw
- ./data:/data:ro
- $(pwd)/config:/config:rw
- $(pwd)/data:/data:ro
expose:
- 8096
#- 8920 # https
Expand Down

0 comments on commit e592014

Please sign in to comment.