公共服务 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

相关推荐
Android小码家1 分钟前
Docker与VNC的使用
运维·docker·容器
阿虎儿36 分钟前
Docker私有部署指南
docker
m0_731187881 小时前
centos练习docker<基础>
linux·docker·centos
Kaede61 小时前
如何删除Debian中的用户?删除Debian用户方法
运维·debian
网硕互联的小客服1 小时前
香港VPS服务器如何优化CPU和内存使用率?
android·运维·服务器
JHC0000002 小时前
docker 中跑faster-whisper 教程(1050显卡)
docker·容器·whisper·语音识别
时间裂缝里的猫-O-2 小时前
@linux系统SSL证书转换(Openssl转换PFX)
linux·运维·ssl
-天凉好秋-3 小时前
Windows的WSL中的Docker启动Postgresql如何对外暴露端口号
windows·docker·postgresql
华山令狐虫3 小时前
DBAPI设置服务器开机自启动
linux·运维·服务器
阿虎儿3 小时前
docker及编排设置环境变量有哪些方式
linux·docker·容器