Update Home
+4
-3
@@ -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
|
Edit the folling if you use the docker compose file
|
||||||
|
|
||||||
Under Traefik service edit the email to match your email
|
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
|
Also under Traefik set the location
|
||||||
`- **/some/local/location**/Traefik/acme.json:/acme.json`
|
|
||||||
|
|
||||||
`- **/some/local/location**/Traefik/files/:/etc/traefik/traefik.yml`
|
`- /some/local/location/Traefik/acme.json:/acme.json`
|
||||||
|
|
||||||
|
`- /some/local/location/Traefik/files/:/etc/traefik/traefik.yml`
|
||||||
|
|
||||||
redis:
|
redis:
|
||||||
image: redis:latest
|
image: redis:latest
|
||||||
|
|||||||
Reference in New Issue
Block a user