找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
广告投放联系QQ68610888
查看: 3020|回复: 3

unraid安装docker版filerun,是怎么安装的?找到一个不超过100M的镜像

[复制链接]
本帖最后由 tingyue-wu 于 2021-4-23 12:11 编辑

unraid安装docker版filerun,是怎么安装的?但是官方的镜像太大了,找到一个不超过100M的镜像
地址https://hub.docker.com/r/henryouly/filerun-alpine
镜像henryouly/filerun-alpine

但是下面安装方式是docker compose进行一键安装的,我想使用unraid自带的docker安装,有帮忙看看的朋友吗?
我的恩山、我的无线 The best wifi forum is right here.
 楼主| | 显示全部楼层
自己顶起,没有人转这个存储管理图片吗
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

  1. sudo docker run -itd \
  2.     --name php \
  3.     -v /var/www/html/filerun:/usr/share/nginx/html \
  4.     -v /var/www/filerun:/user-files \
  5.     -e FR_DB_HOST=172.17.0.1 \
  6.     -e FR_DB_PORT=3306 \
  7.     -e FR_DB_NAME=filerun \
  8.     -e FR_DB_USER=root \
  9.     -e FR_DB_PASS=你的密码 \
  10. henryouly/filerun-alpine-php-fpm
  11. sudo docker run -d -p 81:80 -v /var/www/html/filerun:/usr/share/nginx/html --link php --name nginx henryouly/filerun-alpine
  12. #ioncube扩展不对,下载64位的掉容器内的http://downloads3.ioncube.com/loader_downloads/ioncube_loaders_lin_x86-64.tar.gz
  13. sudo docker cp /tmp/ioncube_loader_lin_7.3.so php:/usr/local/lib/php/extensions/no-debug-non-zts-20180731/ioncube_loader_lin_7.3.so
复制代码
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

注意:我的数据库在物理机的,不再docker里的,所以容器连接的是172.17.0.1
如果你的数据库也是docker的,修改的时候别忘添加link 数据库容器名
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

有疑问请添加管理员QQ86788181|手机版|小黑屋|Archiver|恩山无线论坛(常州市恩山计算机开发有限公司版权所有) ( 苏ICP备05084872号 )

GMT+8, 2024-4-27 08:57

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

| 江苏省互联网有害信息举报中心 举报信箱:js12377 | @jischina.com.cn 举报电话:025-88802724 本站不良内容举报信箱:68610888@qq.com 举报电话:0519-86695797

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