initial test
This commit is contained in:
parent
e010922d2b
commit
afca1b48f7
1 changed files with 9 additions and 5 deletions
|
@ -33,22 +33,26 @@
|
||||||
"categories": ["Downloaders", "Tools"],
|
"categories": ["Downloaders", "Tools"],
|
||||||
"platform": "linux",
|
"platform": "linux",
|
||||||
"ports": [
|
"ports": [
|
||||||
"9117/tcp"
|
"9117:9117/tcp"
|
||||||
],
|
],
|
||||||
"volumes": [
|
"volumes": [
|
||||||
{"container": "/config"},
|
{"container": "/config",
|
||||||
{"container": "/downloads"}
|
"bind": "/srv/dev-disk-by-label-media/AppData/HTPC"
|
||||||
|
},
|
||||||
|
{"container": "/downloads",
|
||||||
|
"bind": "/srv/dev-disk-by-label-media/Downloads"
|
||||||
|
}
|
||||||
],
|
],
|
||||||
"env": [
|
"env": [
|
||||||
{
|
{
|
||||||
"name":"PUID",
|
"name":"PUID",
|
||||||
"label":"PUID",
|
"label":"PUID",
|
||||||
"set":""
|
"set":"1000"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name":"PGID",
|
"name":"PGID",
|
||||||
"label":"PGID",
|
"label":"PGID",
|
||||||
"set":""
|
"set":"100"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue