trying to fix

This commit is contained in:
cody conder
2025-11-27 19:47:38 -06:00
parent 41373f618b
commit 26576c272c
2 changed files with 9 additions and 3 deletions

View File

@@ -4,8 +4,12 @@
{
"name": "openaudible",
"image": "openaudible/openaudible:latest",
"isMain": true,
"internalPort": 3000,
"addPorts": [
{"containerPort":3000,
"hostPort":"$APP_PORT",
"tcp":true,
"udp":false}
],
"environment": {},
"volumes": [
{