initial test

This commit is contained in:
SelfhostedPro 2020-06-02 12:44:28 -07:00
parent e010922d2b
commit afca1b48f7
1 changed files with 9 additions and 5 deletions

View File

@ -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"
} }
] ]
}, },