Skip to main content

ClipBucket

Github

ClipBucket is an Open Source and freely downloadable PHP script that will let you start your own Video Sharing website (YouTube/Netflix Clone) in a matter of minutes. ClipBucket is the fastest growing video script with the most advanced video sharing and social features.

services:
  clipbucket:
    restart: unless-stopped
    pull_policy: always
    environment:
      - DOMAIN_NAME=192.168.1.104:6598
      - MYSQL_PASSWORD=01664892ganjah12
      - PUID=998
      - GUID=100
    volumes:
      - /srv/dev-disk-by-uuid-7fe66601-5ca0-4c09-bc13-a015025fe53a/Files/Clipbucket/db:/var/lib/mysql
      - /srv/dev-disk-by-uuid-7fe66601-5ca0-4c09-bc13-a015025fe53a/Files/Clipbucket/files:/srv/http/clipbucket
    ports:
      - 6598:80
    container_name: clipbucket
    image: oxygenz/clipbucket-v5
networks: {}