Update Home

2026-06-11 14:38:33 -04:00
parent b68016061b
commit f475a5671c
+2 -2
@@ -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: 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"` `- "--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` `- /some/local/location/Traefik/acme.json:/acme.json`