最后活跃于 1763924588

jordanwalster's Avatar jordanwalster 修订了这个 Gist 1763924587. 转到此修订

1 file changed, 10 insertions

gistfile1.txt(文件已创建)

@@ -0,0 +1,10 @@
1 + services:
2 + jellyfin:
3 + image: jellyfin/jellyfin
4 + container_name: jellyfin
5 + volumes:
6 + - ${BASE_DIR}/config:/config
7 + - ${BASE_DIR}/cache:/cache
8 + - ${BASE_DIR}/media:/media
9 + environment:
10 + - JELLYFIN_PublishedServerUrl=
上一页 下一页