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

16 lines
264 B
JSON

{
"schemaVersion": 2,
"services": [
{
"name": "md2html",
"image": "md2html:latest",
"isMain": true,
"internalPort": 3000,
"environment": {
"PORT": "3000",
"CHROME_PATH": "/usr/bin/chromium"
}
}
]
}