init
This commit is contained in:
17
docker-compose.yaml
Normal file
17
docker-compose.yaml
Normal file
@@ -0,0 +1,17 @@
|
||||
version: '3'
|
||||
|
||||
services:
|
||||
jf:
|
||||
image: jellyfin/jellyfin:latest
|
||||
volumes:
|
||||
- ./media:/media
|
||||
- jf-data:/config
|
||||
- jf-cache:/cache
|
||||
ports:
|
||||
- "8080:8096"
|
||||
- "8443:8920"
|
||||
- "1900:1900"
|
||||
|
||||
volumes:
|
||||
jf-data:
|
||||
jf-cache:
|
||||
Reference in New Issue
Block a user