openmediavault怎么安装jellyfin

 火... [复制链接]  1113查看
 楼主| 易西 发表于 2024-3-9 21:53:11 | 显示全部楼层
 楼主| 易西 发表于 2024-3-9 21:54:37 | 显示全部楼层
OMV-Extras for OMV5 and OMV6
Installing OMV-Extras is accomplished by copying and pasting the following wget command, on your server's command line, as root:
wget -O - https://github.com/OpenMediaVaul ... /raw/master/install | bash
 楼主| 易西 发表于 2024-3-9 21:57:17 | 显示全部楼层
 楼主| 易西 发表于 2024-3-9 22:05:08 | 显示全部楼层
 楼主| 易西 发表于 2024-3-9 22:05:46 | 显示全部楼层
 楼主| 易西 发表于 2024-3-9 22:06:09 | 显示全部楼层
 楼主| 易西 发表于 2024-3-9 22:38:48 | 显示全部楼层
 楼主| 易西 发表于 2024-3-9 23:42:55 | 显示全部楼层
 楼主| 易西 发表于 2024-3-25 20:48:05 | 显示全部楼层
https://zhuanlan.zhihu.com/p/620097083
参考

编写 Compose 文件
Docker Compose 使用 YAML 文件来定义应用程序的组件和它们之间的联系。下面是一个使用 Docker Compose 启动 web 应用程序的样例文件:

  1. version: '3'
  2. services:
  3.   web:
  4.     build: .
  5.     ports:
  6.       - "5000:5000"
  7.   redis:
  8.     image: "redis:alpine"
复制代码

该文件定义了两个服务:

web:Dockerfile 位于当前目录下,端口映射为 5000。
redis:使用 Redis 的官方 Docker 镜像,并以 Alpine Linux 为基础镜像。
您可以在 Compose 文件中定义其他组件,例如数据库、缓存服务器和消息队列等。
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

邮箱|首页|小黑屋|吾侪 ( 蜀ICP备2020029307号-4 )

GMT+8, 2025-11-5 20:22 , Processed in 0.056573 second(s), 18 queries , APCu On.

Powered by Discuz! X3.5

Copyright © , 吾侪网

快速回复 返回顶部 返回列表