From f475a5671c650f36a691121f126cdb524e315d87 Mon Sep 17 00:00:00 2001 From: fadmin Date: Thu, 11 Jun 2026 14:38:33 -0400 Subject: [PATCH] Update Home --- Home.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Home.md b/Home.md index fedaad8..b4bacd8 100644 --- a/Home.md +++ b/Home.md @@ -6,11 +6,11 @@ I created another script to download and install both Docker and Docker-Compose. If you don't want to use the script, you can use the Docker file. Download to the PC and edit the following if you use the Docker Compose file: -Under Traefik service edit the email to match your email. Replace **enteryour@email.com** +Under Traefik service, edit the email to match your email. Replace **enteryour@email.com** `- "--certificatesresolvers.myresolver.acme.email=enteryour@email.com"` -Also under Traefik set the location +Also, under Traefik service, change the location to match the location you want the data. Change **/some/local/location/** to match the location. `- /some/local/location/Traefik/acme.json:/acme.json`