Add my homelab setup, converted to docker compose files
This commit is contained in:
7
jellyfin-vue/docker-compose.yml
Executable file
7
jellyfin-vue/docker-compose.yml
Executable file
@ -0,0 +1,7 @@
|
||||
version: '3'
|
||||
services:
|
||||
jellyfin-vue:
|
||||
image: ghcr.io/jellyfin/jellyfin-vue:unstable
|
||||
ports:
|
||||
- 8083:80
|
||||
restart: 'unless-stopped'
|
Reference in New Issue
Block a user