doublecommander (#447)
This commit is contained in:
parent
e50de84e6b
commit
f95375e947
2 changed files with 35 additions and 0 deletions
BIN
images/doublecommander.png
Normal file
BIN
images/doublecommander.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 58 KiB |
35
template/apps/doublecommander.json
Normal file
35
template/apps/doublecommander.json
Normal file
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"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": [
|
||||
"11500:11500/tcp",
|
||||
"11502:11502/tcp"
|
||||
],
|
||||
"restart": "unless-stopped"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue