From 3c23575bf0464467e3fab00248ec6cb71842ab0f Mon Sep 17 00:00:00 2001 From: fadmin Date: Thu, 11 Jun 2026 14:14:46 -0400 Subject: [PATCH] Update Home --- Home.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Home.md b/Home.md index d169230..f72d792 100644 --- a/Home.md +++ b/Home.md @@ -7,13 +7,14 @@ I created another script to download and install both Docker and Docker-Compose. Edit the folling if you use the docker compose file Under Traefik service edit the email to match your email - `- "--certificatesresolvers.myresolver.acme.email=**enteryour@email.com**"` + `- "--certificatesresolvers.myresolver.acme.email=enteryour@email.com"` Also under Traefik set the location - `- **/some/local/location**/Traefik/acme.json:/acme.json` + + `- /some/local/location/Traefik/acme.json:/acme.json` - `- **/some/local/location**/Traefik/files/:/etc/traefik/traefik.yml` + `- /some/local/location/Traefik/files/:/etc/traefik/traefik.yml` redis: image: redis:latest