diff --git a/doublecommander/CHANGELOG.md b/doublecommander/CHANGELOG.md index e283b7b0a..d0f6cf2e1 100644 --- a/doublecommander/CHANGELOG.md +++ b/doublecommander/CHANGELOG.md @@ -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 diff --git a/doublecommander/config.json b/doublecommander/config.json index 818ff83ee..29db97c50 100644 --- a/doublecommander/config.json +++ b/doublecommander/config.json @@ -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]" }