From 4878a992ea07a37bbb2b340cba76ab5ff267c0d2 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Fri, 22 Feb 2019 06:42:45 -0500 Subject: [PATCH] Bot Updating Templated Files --- images/docker-duplicati.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/images/docker-duplicati.md b/images/docker-duplicati.md index 6df7d3162..5fe827402 100755 --- a/images/docker-duplicati.md +++ b/images/docker-duplicati.md @@ -45,6 +45,11 @@ docker create \ linuxserver/duplicati ``` +Using tags, you can switch between the beta and canary releases of Duplicati. No tag is required for the latest beta release. +Add the `development` tag, if required, to the `linuxserver/duplicati` line of the run/create command in the following format, `linuxserver/duplicati:development`. +The development tag will be the latest canary release of Duplicati. +HOWEVER, USE THE DEVELOPMENT TAG AT YOUR OWN PERIL !!!!!!!!! + ### docker-compose @@ -132,6 +137,7 @@ The webui is at `:8200` , create backup jobs etc via the webui, for loc ## Versions +* **13.01.19:** - Use jq instead of awk in dockerfiles. * **11.01.19:** - Multi-arch image. * **09.12.17:** - Fix continuation lines. * **31.08.17:** - Build only beta or release versions (thanks deasmi).