Files
threadfin/docker-compose.yml
2026-01-16 18:19:37 +01:00

14 lines
358 B
YAML

services:
threadfin:
image: fyb3roptik/threadfin
container_name: threadfin
ports:
- 34400:34400
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Paris
volumes:
- /var/lib/docker/volumes/threadfin/conf:/home/threadfin/conf
- /var/lib/docker/volumes/threadfin/temp:/tmp/threadfin:rw
restart: always