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`