doublecommander

This commit is contained in:
bossman7309 2023-05-08 15:10:43 -05:00
parent ac4b4d0bf9
commit 83bf88ab6e
2 changed files with 36 additions and 0 deletions

BIN
images/doublecommander.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

View file

@ -0,0 +1,36 @@
{
"version": "2.1",
"categories": [
"Files",
"Management"
],
"services": {
"doublecommander": {
"image_arm64": "lscr.io/linuxserver/doublecommander:latest",
"image_amd64": "lscr.io/linuxserver/doublecommander:latest",
"container_name": "doublecommander",
"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/doublecommander.png",
"name": "doublecommander",
"environment": {
"PUID": "1000",
"PGID": "1000",
"TZ": "Etc/UTC"
},
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/doublecommander",
"container": "/config"
}
],
"ports": {
"3000": "11500",
"3001": "11501"
},
"restart": "unless-stopped"
}
}
}