trying to fix
This commit is contained in:
@@ -1,11 +1,13 @@
|
|||||||
{
|
{
|
||||||
"name": "OpenAudible",
|
"name": "OpenAudible",
|
||||||
|
"min_tipi_version": "4.5.0",
|
||||||
"port": 3000,
|
"port": 3000,
|
||||||
|
"dynamic":true,
|
||||||
"available": true,
|
"available": true,
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"dynamic_config": true,
|
"dynamic_config": true,
|
||||||
"id": "openaudible",
|
"id": "openaudible",
|
||||||
"tipi_version": 24,
|
"tipi_version": 2,
|
||||||
"version": "4.6.7",
|
"version": "4.6.7",
|
||||||
"categories": ["media"],
|
"categories": ["media"],
|
||||||
"description": "OpenAudible is a cross-platform audiobook manager designed for Audible users. Manage/Download all your audiobooks with this easy-to-use desktop application",
|
"description": "OpenAudible is a cross-platform audiobook manager designed for Audible users. Manage/Download all your audiobooks with this easy-to-use desktop application",
|
||||||
|
|||||||
@@ -4,8 +4,12 @@
|
|||||||
{
|
{
|
||||||
"name": "openaudible",
|
"name": "openaudible",
|
||||||
"image": "openaudible/openaudible:latest",
|
"image": "openaudible/openaudible:latest",
|
||||||
"isMain": true,
|
"addPorts": [
|
||||||
"internalPort": 3000,
|
{"containerPort":3000,
|
||||||
|
"hostPort":"$APP_PORT",
|
||||||
|
"tcp":true,
|
||||||
|
"udp":false}
|
||||||
|
],
|
||||||
"environment": {},
|
"environment": {},
|
||||||
"volumes": [
|
"volumes": [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user