Files
pi-hosted/template/apps/Firefox.json

38 lines
745 B
JSON
Raw Normal View History

2023-04-09 20:37:28 -05:00
{
"categories": [
"browser"
],
"description": "Firefox in docker",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "1000",
"label": "PGID",
"name": "PGID"
}
],
2024-02-12 01:20:27 +05:30
"image_arm64": "linuxserver/firefox:latest",
"image_amd64": "linuxserver/firefox:latest",
2023-04-09 22:02:19 -04:00
"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/firefox.png",
2023-04-09 20:37:28 -05:00
"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"
2023-04-09 20:37:28 -05:00
}
],
"webpage": "https://hub.docker.com/r/linuxserver/firefox"
}