14 lines
251 B
JSON
14 lines
251 B
JSON
|
{
|
||
|
"openPort": true,
|
||
|
"image": "glanceapp/glance:v0.4.0",
|
||
|
"name": "glance",
|
||
|
"internalPort": "8080",
|
||
|
"isMain": true,
|
||
|
"volumes": [
|
||
|
{
|
||
|
"hostPath": "${APP_DATA_DIR}/data/glance.yml",
|
||
|
"containerPath": "/app/glance.yml"
|
||
|
}
|
||
|
]
|
||
|
}
|