compose/jellyfin-vue/docker-compose.yml

7 lines
144 B
YAML
Raw Normal View History

version: '3'
services:
jellyfin-vue:
image: ghcr.io/jellyfin/jellyfin-vue:unstable
ports:
- 8083:80
restart: 'unless-stopped'