Skip to main content

Tubesync

version: '3.7'
services:
  tubesync:
    image: ghcr.io/meeb/tubesync:latest
    container_name: tubesync
    restart: unless-stopped
    ports:
      - 4848:4848
    volumes:
      - /srv/path/Files/Tubesync/config:/config
      - /srv/path/Files/Tubesync/downloads:/downloads
    environment:
      - TZ=Europe/Paris
      - PUID=998
      - PGID=100