add chromium app
This commit is contained in:
11
apps/chromium/docker-compose.json
Normal file
11
apps/chromium/docker-compose.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"services": [
|
||||
{
|
||||
"name": "chromium",
|
||||
"image": "linuxserver/chromium:version-880f99c7",
|
||||
"isMain": true,
|
||||
"internalPort": "3000",
|
||||
"shm_size": "1gb"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user