Update Home

2026-06-11 14:31:32 -04:00
parent 57a3349892
commit 5f01d9890a
+2 -2
@@ -25,14 +25,14 @@ Under the NextCloud service:
`- NEXTCLOUD_TRUSTED_DOMAINS=some.domain.com` `- NEXTCLOUD_TRUSTED_DOMAINS=some.domain.com`
`- /path/to/you/data/:/var/www/html` `- /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.rule=Host(`portainer.domain.com`)"`
`- "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. 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`)`
`- /some/local/location/phpmyadmin/config.user.inc.php:/etc/phpmyadmin/config.user.inc.php` `- /some/local/location/phpmyadmin/config.user.inc.php:/etc/phpmyadmin/config.user.inc.php`