公共服务 kkFileView 4.1 文件预览 Docker 一键部署

官方文档

https://kkview.cn/zh-cn/docs/production.html

镜像导入

doc 复制代码
# 网络环境方便访问docker中央仓库
docker pull keking/kkfileview:4.1.0

# 网络环境不方便访问docker中央仓库
wget https://kkview.cn/resource/kkFileView-4.1.0-docker.tar
docker load -i kkFileView-4.1.0-docker.tar

一键部署

yml 复制代码
version: '3'
services:
  kkfileview:
    image: keking/kkfileview:4.1.0
    container_name: kkfileview
    working_dir: /app
    restart: always
    ports:
      - "8012:8012"
    environment:
      - TZ=Asia/Shanghai
      - LANG=C.UTF-8
    volumes:
      - ./app:/data/app

访问

http://127.0.0.1:8012

相关推荐
l1o3v1e4ding13 分钟前
排查linux CentOS7.6的mysql磁盘 I/O 延迟过高问题
linux·运维·mysql
Smoothcloud润云32 分钟前
从“预测下一个词”到“预测下一个世界状态”:世界模型作为AGI新范式的深度分析报告
人工智能·测试工具·微服务·容器·github·状态模式·agi
航Hang*42 分钟前
Windows Server 配置与管理——第12章:配置数字证书服务器
运维·服务器·windows
Edward111111112 小时前
linux创建普通用户
linux·运维·服务器
岳来2 小时前
docker network 命令学习
docker·docker network
老王熬夜敲代码3 小时前
接入Docker隔离测试
docker·容器·langchain
Fanfanaas3 小时前
Linux 基础开发工具(二)
linux·运维·服务器·c语言
齐落山大勇3 小时前
Linux的文件IO
linux·运维·服务器
七七powerful3 小时前
运维养龙虾--Tmux 终端复用器完全指南:从入门到 AI Agent 远程操控
运维·服务器·人工智能
齐潇宇3 小时前
文件共享服务器
linux·运维·网络·文件共享