Fix md2html docker-compose.json schema format
This commit is contained in:
@@ -1,15 +1,22 @@
|
||||
{
|
||||
"schemaVersion": 2,
|
||||
"$schema": "https://schemas.runtipi.io/dynamic-compose.json",
|
||||
"services": [
|
||||
{
|
||||
"name": "md2html",
|
||||
"image": "md2html:latest",
|
||||
"isMain": true,
|
||||
"internalPort": 3000,
|
||||
"environment": {
|
||||
"PORT": "3000",
|
||||
"CHROME_PATH": "/usr/bin/chromium"
|
||||
"environment": [
|
||||
{
|
||||
"key": "PORT",
|
||||
"value": "3000"
|
||||
},
|
||||
{
|
||||
"key": "CHROME_PATH",
|
||||
"value": "/usr/bin/chromium"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user