Initial Jellyfin media server deployment
This commit is contained in:
10
docker-compose.yml
Normal file
10
docker-compose.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
services:
|
||||
jellyfin:
|
||||
image: ${IMAGE:-docker.io/jellyfin/jellyfin}:${VERSION:?}
|
||||
container_name: ${NAME:-jellyfin}
|
||||
ports:
|
||||
- ${ENDPOINT:-127.0.0.1:8096}:8096
|
||||
volumes:
|
||||
- ${CONFIG:?}:/config:Z
|
||||
- ${CACHE:?}:/cache:Z
|
||||
- ${MEDIA:?}:/media:ro,Z
|
||||
Reference in New Issue
Block a user