Tubesync
version: '3.7'
services:
tubesync:
image: ghcr.io/meeb/tubesync:latest
container_name: tubesync
restart: unless-stopped
ports:
- 4848:4848
volumes:
- /srv/dev-disk-by-uuid-efc48120-cd34-4854-a3d5-03a32810e9a4/path/Files/Tubesync/config:/config
- /srv/dev-disk-by-uuid-efc48120-cd34-4854-a3d5-03a32810e9a4/path/Files/Tubesync/downloads:/downloads
environment:
- TZ=Europe/Paris
- PUID=998
- PGID=100