Reverse Proxy Server
Traefik ..

For futher information:
To enable the dashboard, navigate to:
cd
cd /opt/pentaho/pdc-docker-deployment/vendor
sudo nano docker-compose.in.yml
Uncomment the dashboard port.
# The Web UI (enabled by --api.insecure=true)
- "8181:8080"
Restart the PDC services.
cd
cd /opt/pentaho/pdc-docker-deployment
./pdc.sh stop
cd
cd /opt/pentaho/pdc-docker-deployment
./pdc.sh up
Ensure the required services are up and running.
Log into Portainer and make a note of the IP address: port for the Traefik container.

Enter: [IP address: Port] in your browser.

Last updated