14 lines
358 B
YAML
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 |