From c9b6fd7445f465b5fe62a9b3680bfb1194f3502a Mon Sep 17 00:00:00 2001 From: TRaSH Date: Tue, 12 Oct 2021 11:42:09 +0200 Subject: [PATCH] Update Synology.md - Added: instructions what to use to edit the yml and .env file --- docs/Hardlinks/How-to-setup-for/Synology.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/Hardlinks/How-to-setup-for/Synology.md b/docs/Hardlinks/How-to-setup-for/Synology.md index a2e1f8e7b..8b946200e 100644 --- a/docs/Hardlinks/How-to-setup-for/Synology.md +++ b/docs/Hardlinks/How-to-setup-for/Synology.md @@ -230,10 +230,10 @@ sudo wget https://raw.githubusercontent.com/TRaSH-/Guides-Synology-Templates/mai ### Changes and preparations -The `.env` file we downloaded holds the variables/information you need to change in order for everything to work. I added explanations in the `.env` file. +!!! tip + If you need to edit docker-compose.yml ot he .env file we advise to use [Notepad++](https://notepad-plus-plus.org/){:target="_blank" rel="noopener noreferrer"} or [Visual Studio Code](https://code.visualstudio.com/){:target="_blank" rel="noopener noreferrer"} -!!! info "" - The `.env` holds more variables/information for other containers you don't need to remove those variables and will be only used when you install the other containers. +The `.env` file we downloaded holds the variables/information you need to change in order for everything to work. I added explanations in the `.env` file. 1. DOCKERCONFDIR (only change this if you know what you're doing and decide to use another path than this guide used) 1. DOCKERDATADIR (only change this if you know what you're doing and decide to use another path than this guide used) @@ -241,6 +241,9 @@ The `.env` file we downloaded holds the variables/information you need to change 1. TZ (Change to your timezone, can be found [HERE](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones){:target="_blank" rel="noopener noreferrer"} 1. Install and Create a task scheduler for Pullio, so your containers stay up to date. +!!! info "" + The `.env` holds more variables/information for other containers you don't need to remove those variables and will be only used when you install the other containers. + ------ #### Pullio - Auto update docker-compose the correct way