38 lines
745 B
JSON
38 lines
745 B
JSON
{
|
|
"categories": [
|
|
"browser"
|
|
],
|
|
"description": "Firefox in docker",
|
|
"env": [
|
|
{
|
|
"default": "1000",
|
|
"label": "PUID",
|
|
"name": "PUID"
|
|
},
|
|
{
|
|
"default": "1000",
|
|
"label": "PGID",
|
|
"name": "PGID"
|
|
}
|
|
],
|
|
"image_arm64": "linuxserver/firefox:latest",
|
|
"image_amd64": "linuxserver/firefox:latest",
|
|
"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/firefox.png",
|
|
"name": "Firefox",
|
|
"platform": "linux",
|
|
"ports": [
|
|
"4044:3000/tcp",
|
|
"4045:3001/tcp"
|
|
],
|
|
"restart_policy": "unless-stopped",
|
|
"title": "Firefox",
|
|
"type": 1,
|
|
"volumes": [
|
|
{
|
|
"bind": "/portainer/Files/AppData/Config/firefox",
|
|
"container": "/config"
|
|
}
|
|
],
|
|
"webpage": "https://hub.docker.com/r/linuxserver/firefox"
|
|
}
|