Sign inSign up

eureka6688/pixhelf

By eureka6688

Updated about 12 hours ago

Image
0

2.2K

eureka6688/pixhelf repository overview

docker一键命令

mkdir -p pic && docker run -d --name pixhelf --restart unless-stopped -p 3002:3002 -v "$PWD/pic:/data/pic:ro" -v pixhelf-data:/data/.pixhelf-data eureka6688/pixhelf:latest

或者用docker-compose部署: compose.yml内容如下

services:
  pixhelf:
    image: eureka6688/pixhelf:latest
    restart: unless-stopped
    ports:
      - "3002:3002"
    volumes:
      - "./pic:/data/pic:ro"
      - pixhelf-data:/data/.pixhelf-data

volumes:
  pixhelf-data:

Tag summary

Content type

Image

Digest

sha256:2bbf11886

Size

729.7 MB

Last updated

about 12 hours ago

docker pull eureka6688/pixhelf