Code Monkey home page Code Monkey logo

easyimage's Introduction

本项目是icret/EasyImages2.0的分支项目,Docker版本的EasyImage

项目介绍

https://github.com/icret/EasyImages2.0

DockerHub

DockerHub https://hub.docker.com/r/ddsderek/easyimage

部署

docker-cli

docker run -itd \
  --name easyimage \
  -p 8080:80 \
  -e TZ=Asia/Shanghai \
  -e PUID=1000 \
  -e PGID=1000 \
  -v /root/data/docker_data/easyimage/config:/app/web/config \
  -v /root/data/docker_data/easyimage/i:/app/web/i \
  ddsderek/easyimage:latest

docker-compose

version: '3.3'
services:
  easyimage:
    image: ddsderek/easyimage:latest
    container_name: easyimage
    ports:
      - '8080:80'
    environment:
      - TZ=Asia/Shanghai
      - PUID=1000
      - PGID=1000
    volumes:
      - '/root/data/docker_data/easyimage/config:/app/web/config'
      - '/root/data/docker_data/easyimage/i:/app/web/i'
    restart: unless-stopped

更新

docker-cli

docker stop easyimage
docker rm easyimage
docker image rm easyimage
docker run -itd \
  --name easyimage \
  -p 8080:80 \
  -e TZ=Asia/Shanghai \
  -e PUID=1000 \
  -e PGID=1000 \
  -v /root/data/docker_data/easyimage/config:/app/web/config \
  -v /root/data/docker_data/easyimage/i:/app/web/i \
  ddsderek/easyimage:latest
docker exec -it easyimage rm -rf /app/web/install

docker-compose

docker-compose pull
docker-compose up -d
docker exec -it easyimage rm -rf /app/web/install

版本更新

  • 2.6.7 正式版 同步更新2.6.7
  • 2.6.6.8 正式版 增加PUID PGID TZ变量
  • 2.6.6.7 正式版 增加linux/ppc64le,linux/386镜像
  • 2.6.6.6 正式版 增加linux/arm/v6,linux/arm/v7,linux/arm64/v8,linux/s390x镜像
  • 2.6.6.5 正式版 分离amd64和arm64镜像
  • 2.6.6.2 正式版 支持arm
  • 2.6.5.3 正式版 更改PHP最大上传: 512M 更改POST最大上传: 512M 更改Nginx上传限制: 512M
  • 2.6.5.2 正式版 更改Dockerfile文件,使用全新制作流程
  • 2.6.5.1 正式版 修复最大上传20M问题
  • 2.6.5.0 正式版 同步更新2.6.5
  • 2.6.4 Beta测试版 同步更新2.6.4
  • 2.6.2.1 正式版 同步更新2.6.2
  • 2.6.2 Beta测试版 同步更新2.6.2
  • 2.6.1 Beta测试版 同步更新2.6.2

感谢

项目作者:https://github.com/icret/EasyImages2.0

dockerfile环境配置参考:https://hub.docker.com/r/taobig/nginx-php74

easyimage's People

Contributors

ddsrem avatar ddsderek avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.