Update to 0.9.8-1-ls81

This commit is contained in:
alexbelgium
2021-12-15 08:59:19 +01:00
parent 8f9540ba9e
commit 25e6dc2d4a
2 changed files with 22 additions and 5 deletions

View File

@@ -1,3 +1,6 @@
## 0.9.8-1-ls81 (15-12-2021)
- Update to latest version from linuxserver/docker-doublecommander
- New standardized logic for Dockerfile build and packages installation
- Improve SMB mount code to v1.5 ; accepts several network disks separated by commas (//123.12.12.12/share,//123.12.12.12/hello) that are mount to /mnt/$sharename
- Removed full_access and host_network

View File

@@ -1,13 +1,24 @@
{
"apparmor": true,
"arch": ["aarch64", "amd64", "armv7", "armhf"],
"arch": [
"aarch64",
"amd64",
"armv7",
"armhf"
],
"boot": "auto",
"description": "Double Commander is a free cross platform open source file manager with two panels side by side.",
"environment": {
"PUID": "0",
"PGID": "0"
},
"map": ["backup:rw", "config:rw", "share:rw", "media:rw", "ssl"],
"map": [
"backup:rw",
"config:rw",
"share:rw",
"media:rw",
"ssl"
],
"name": "Double commander",
"options": {
"PUID": 0,
@@ -19,7 +30,10 @@
"ports": {
"3000/tcp": 3000
},
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
"privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"schema": {
"PUID": "int",
"PGID": "int",
@@ -31,8 +45,8 @@
},
"slug": "doublecommander",
"startup": "services",
"upstream": "0.8.2-1-ls54-3",
"upstream": "0.9.8-1-ls81",
"url": "https://hub.docker.com/r/linuxserver/doublecommander",
"version": "0.8.2-1-ls54",
"version": "0.9.8-1-ls81",
"webui": "http://[HOST]:[PORT:3000]"
}