Skip to content

24.12.20

Latest
Compare
Choose a tag to compare
@Firfr Firfr released this 21 Dec 19:18
· 2 commits to main since this release

使用说明

  • 下载firfe-reubah_24.12.20.rar
  • 解压后得到tar文件,这是导出后的docker镜像
  • 导入docker镜像
  • 使用下面命令部署
    • 下面命令中的3个端口要一致
services:
  reubah:
    container_name: reubah
    image: firfe/reubah:24.12.20
    network_mode: bridge
    restart: always
    tty: true
    stdin_open: true
    cpus: 1
    mem_limit: 512m
    logging:
      driver: json-file
      options:
        max-size: 1m
        max-file: "3"
    environment:
      TZ: Asia/Shanghai
      TIME_ZONE: Asia/Shanghai
      PORT: 端口
    ports:
      - 端口:端口
    volumes:
      - 缓存:/app/tmp
      - 文档缓存:/tmp