docker-compose.yml 656 B

123456789101112131415
  1. services:
  2. pingvin-share:
  3. image: stonith404/pingvin-share # or ghcr.io/stonith404/pingvin-share
  4. restart: unless-stopped
  5. ports:
  6. - 3000:3000
  7. environment:
  8. - TRUST_PROXY=false # Set to true if a reverse proxy is in front of the container
  9. volumes:
  10. - "./data:/opt/app/backend/data"
  11. - "./data/images:/opt/app/frontend/public/img"
  12. # - "./config.yaml:/opt/app/config.yaml" # Add this line, if you want to configure pingvin-share via config file and not via UI
  13. # To add ClamAV, to scan your shares for malicious files,
  14. # see https://stonith404.github.io/pingvin-share/setup/integrations/#clamav-docker-only