commit 636c94d0933f9a794fa4aba824c8bc0a93070b10 Author: stephane.david Date: Fri Jan 16 18:19:37 2026 +0100 First version diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100644 index 0000000..ab9d309 --- /dev/null +++ b/docker-compose.yml @@ -0,0 +1,14 @@ +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 \ No newline at end of file