diff --git a/Home.md b/Home.md index fd57b62..8419cbf 100644 --- a/Home.md +++ b/Home.md @@ -25,14 +25,14 @@ Under the NextCloud service: `- NEXTCLOUD_TRUSTED_DOMAINS=some.domain.com` `- /path/to/you/data/:/var/www/html` -Under the Traefik service change the following +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. +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`