From dd676200feebebe1e27e951432f8887aa25c4ba9 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Sat, 28 Aug 2021 19:15:23 +0200 Subject: [PATCH] Added: forgotten Install instructions for Pullio - Added: forgotten Install instructions for Pullio --- docs/Hardlinks/How-to-setup-for/Synology.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/Hardlinks/How-to-setup-for/Synology.md b/docs/Hardlinks/How-to-setup-for/Synology.md index 90bf88256..bedf10bcf 100644 --- a/docs/Hardlinks/How-to-setup-for/Synology.md +++ b/docs/Hardlinks/How-to-setup-for/Synology.md @@ -174,12 +174,19 @@ The `.env` we downloaded holds the variables/information you need to change so e 1. DOCKERDATADIR (only change this if you know what you're doing and decide to use another path then in this guide used) 1. PUID/PGID (this info you got earlier from [HERE](#puid-and-pgid)) 1. TZ (Change to your timezone) -1. Create a task scheduler for Pullio, so your containers stay up to date. +1. Install and Create a task scheduler for Pullio, so your containers stay up to date. ------ #### Pullio - Auto update docker-compose the correct way +First you need to download Pullio + +```bash + sudo curl -fsSL "https://raw.githubusercontent.com/hotio/pullio/master/pullio.sh" -o /usr/local/bin/pullio + sudo chmod +x /usr/local/bin/pullio +``` + For Pullio you will need to create in your task scheduler a "triggered task" that runs for example at 4am at night with root privileges. Add the following 2 lines to your triggered task