compose/jellyfin-vue/docker-compose.yml

8 lines
177 B
YAML
Raw Normal View History

version: '3'
services:
jellyfin-vue:
2024-05-28 19:08:10 -03:00
container_name: jellyfin-vue
image: ghcr.io/jellyfin/jellyfin-vue:unstable
ports:
- 8083:80
restart: 'unless-stopped'