First version
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user