fix logo and deployment settings
This commit is contained in:
@@ -7,7 +7,23 @@
|
|||||||
"image": "linuxserver/chromium:version-880f99c7",
|
"image": "linuxserver/chromium:version-880f99c7",
|
||||||
"isMain": true,
|
"isMain": true,
|
||||||
"internalPort": "3000",
|
"internalPort": "3000",
|
||||||
"shm_size": "1gb"
|
"shm_size": "1gb",
|
||||||
|
"environment": [
|
||||||
|
{"key": "TZ", "value": "Europe/Paris"},
|
||||||
|
{"key": "LC_ALL", "value": "fr_FR.UTF-8"}
|
||||||
|
],
|
||||||
|
"volumes": [
|
||||||
|
{
|
||||||
|
"hostPath": "${APP_DATA_DIR}/config",
|
||||||
|
"containerPath": "/config",
|
||||||
|
"readOnly": false,
|
||||||
|
"shared": false,
|
||||||
|
"private": false
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"devices": [
|
||||||
|
"/dev/dri:/dev/dri"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 17 KiB |
Reference in New Issue
Block a user