Sign inSign up

sonyiii/easyimages

By sonyiii

Updated about 2 years ago

简单图床

Image
0

1.0K

sonyiii/easyimages repository overview

简单图床

本镜像源码来自:EasyImages2.0

docker:
docker run -d \
  --name easyimages \
  -p 8080:80 \
  -e TZ=Asia/Shanghai \
  -e PUID=1000 \
  -e PGID=1000 \
  -v $PWD/config:/app/web/config \
  -v $PWD/i:/app/web/i \
  --restart always \
  sonyiii/easyimages
docker-compose:
version: '3.8'
services:
  easyimages:
    image: sonyiii/easyimages
    container_name: easyimages
    ports:
      - 8080:80
    environment:
      - TZ=Asia/Shanghai
      - PUID=1000
      - PGID=1000
    volumes:
      - $PWD/config:/app/web/config
      - $PWD/i:/app/web/i
    restart: always
访问:http://localhost:8080

Tag summary

Content type

Image

Digest

sha256:7b39808e4

Size

177.8 MB

Last updated

about 2 years ago

docker pull sonyiii/easyimages