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

Revision #3
Created 2 January 2022 14:45:47 by Admin
Updated 21 November 2024 22:16:21 by Admin