diff --git a/Home.md b/Home.md index ddbe930..1efb8a4 100644 --- a/Home.md +++ b/Home.md @@ -32,26 +32,9 @@ Under the Traefik service change the following `- /some/local/location/Portainer:/data` - phpmyadmin: - image: phpmyadmin/phpmyadmin - container_name: Database-WebUI - restart: unless-stopped - networks: - - web - environment: - - PMA_ARBITRARY=1 - labels: - - traefik.backend=phpmyadmin - - traefik.http.routers.phpmyadmin.tls.certresolver=myresolver - - traefik.http.routers.phpmyadmin.rule=Host(`phpmyadmin.**domain.com**`) - - traefik.docker.network=web - - traefik.port=80 - - traefik.port=443 - volumes: - - phpmyadmin:/sessions - - **/some/local/location/**phpmyadmin/config.user.inc.php:/etc/phpmyadmin/config.user.inc.php - - **/some/local/location/**phpmyadmin/theme/:/www/themes/theme/ +Under the PHPMYAdmin service edit the following + + `- 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/` -networks: - web: - external: true` \ No newline at end of file