diff --git a/Home.md b/Home.md index 9224cc1..fedaad8 100644 --- a/Home.md +++ b/Home.md @@ -5,38 +5,34 @@ I created a script to prompt you for that information. Download it to the PC, an I created another script to download and install both Docker and Docker-Compose. To install you will need to download it and running it by: `install-docker-and-dockercompose.sh` 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** `- "--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/files/:/etc/traefik/traefik.yml` - -Under the NextCloud service: +Under the NextCloud service: + `container_name: NameOfYourContainer` `- traefik.http.routers.nextcloud.rule=Host(`nextcloud.domain.com`)` `- MYSQL_PASSWORD=MySQLPassword` `- NEXTCLOUD_TRUSTED_DOMAINS=some.domain.com` `- /path/to/you/data/:/var/www/html` - -Under the Traefik service edit **portainer.domain.com** to match your domain addresses for both below. Edit the location **/some/local/location** for Portainer under the Volume. +Under the Traefik service edit **portainer.domain.com** to match your domain addresses for both below. Edit the location **/some/local/location** for Portainer under the Volume. + `- "traefik.http.routers.portainer.rule=Host(`portainer.domain.com`)"` `- "traefik.http.routers.portainer-secure.rule=Host(`portainer.domain.com`)"` `- /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. - + `- traefik.http.routers.phpmyadmin.rule=Host(`phpmyadmin.domain.com`)` `- /some/local/location/phpmyadmin/config.user.inc.php:/etc/phpmyadmin/config.user.inc.php` `- /some/local/location/phpmyadmin/theme/:/www/themes/theme/` - +