This commit is contained in:
Dongho Kim
2026-06-22 02:33:30 +02:00
commit c12f0945a4
5 changed files with 114 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
version: '3.8'
services:
chzzk-proxy:
build: .
container_name: chzzk-jellyfin-proxy
ports:
- "3000:3000"
env_file:
- .env
restart: unless-stopped