fix logo and deployment settings
This commit is contained in:
@@ -7,7 +7,23 @@
|
||||
"image": "linuxserver/chromium:version-880f99c7",
|
||||
"isMain": true,
|
||||
"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"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user