在线文件分享 pingvin-share

younghuie11个月前 (01-24)docker收集59

github:https://github.com/stonith404/pingvin-share


官方demo地址:https://pingvin-share.dev.eliasschneider.com/


官方docker-compose.yml:

services:
  pingvin-share:
    image: stonith404/pingvin-share # or ghcr.io/stonith404/pingvin-share
    restart: unless-stopped
    ports:
      - 9977:3000
    environment:
      - TRUST_PROXY=false # Set to true if a reverse proxy is in front of the container
    volumes:
      - "./data:/opt/app/backend/data"
      - "./data/images:/opt/app/frontend/public/img"

  # To add ClamAV, to scan your shares for malicious files, 
  # see https://stonith404.github.io/pingvin-share/setup/integrations/#clamav-docker-only


分享给朋友: