Files
pi-hosted/template/apps/doublecommander.json
BKashefipour ce2b431a7e Update doublecommander.json (#212)
double commander listens to 3000 and 3001 in the container
2024-07-19 17:22:21 -04:00

47 lines
1.1 KiB
JSON

{
"categories": [
"Files",
"Management"
],
"container_name": "doublecommander",
"description": "Double Commander",
"env": {
"TZ": "Etc/UTC"
},
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "1000",
"label": "PGID",
"name": "PGID"
},
{
"default": "America/New_York",
"label": "TZ",
"name": "TZ"
}
],
"image_arm64": "lscr.io/linuxserver/doublecommander:latest",
"image_amd64": "lscr.io/linuxserver/doublecommander:latest",
"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/doublecommander.png",
"name": "doublecommander",
"platform": "linux",
"ports": [
"11500:3000/tcp",
"11502:3001/tcp"
],
"restart": "unless-stopped",
"title": "doublecommander",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/doublecommander",
"container": "/config"
}
]
}