Files
pi-hosted/template/apps/Firefox.json
Robert Middleswarth 6a56458269 Update Firefox.json
Fix image.
2023-04-09 22:02:19 -04:00

38 lines
774 B
JSON

{
"categories": [
"browser"
],
"description": "Firefox in docker",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "1000",
"label": "PGID",
"name": "PGID"
}
],
"image_arm64": "lscr.io/linuxserver/firefox:latest",
"image_amd64": "lscr.io/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": "/app/public/conf.yml"
}
],
"webpage": "https://hub.docker.com/r/linuxserver/firefox"
}