Update Home
-4
@@ -6,13 +6,10 @@ 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 set the location
|
||||||
|
|
||||||
`- /some/local/location/Traefik/acme.json:/acme.json`
|
`- /some/local/location/Traefik/acme.json:/acme.json`
|
||||||
@@ -33,7 +30,6 @@ Under the Traefik service edit **portainer.domain.com** to match your domain add
|
|||||||
`- "traefik.http.routers.portainer-secure.rule=Host(`portainer.domain.com`)"`
|
`- "traefik.http.routers.portainer-secure.rule=Host(`portainer.domain.com`)"`
|
||||||
`- /some/local/location/Portainer:/data`
|
`- /some/local/location/Portainer:/data`
|
||||||
|
|
||||||
|
|
||||||
Under the PHPMYAdmin service, edit **phpmyadmin.domain.com** to match your domain address for phpmyadmin. Also edit the **/some/local/location** for the other two lines under Volume.
|
Under the PHPMYAdmin service, edit **phpmyadmin.domain.com** to match your domain address for phpmyadmin. Also edit the **/some/local/location** for the other two lines under Volume.
|
||||||
|
|
||||||
`- traefik.http.routers.phpmyadmin.rule=Host(`phpmyadmin.domain.com`)`
|
`- traefik.http.routers.phpmyadmin.rule=Host(`phpmyadmin.domain.com`)`
|
||||||
|
|||||||
Reference in New Issue
Block a user