First version

This commit is contained in:
2026-01-16 18:19:37 +01:00
commit 636c94d093
+14
View File
@@ -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