Files
runtipi/apps/md2html/docker-compose.json

23 lines
424 B
JSON

{
"schemaVersion": 2,
"$schema": "https://schemas.runtipi.io/dynamic-compose.json",
"services": [
{
"name": "md2html",
"image": "md2html:latest",
"isMain": true,
"internalPort": 3000,
"environment": [
{
"key": "PORT",
"value": "3000"
},
{
"key": "CHROME_PATH",
"value": "/usr/bin/chromium"
}
]
}
]
}