oslabs-beta / docker-watch-app

Collects and visualizes Docker container metrics over time. Operates as a container itself.
https://docker.watch
MIT License
71 stars 1 forks source link

Tempfix: Port conflict issue #36

Closed rob-mosher closed 1 year ago

rob-mosher commented 1 year ago

Warning

Ultimately, deeper research is needed to resolve multiple containers running on the same internal port (8080 for example), even separated by distinct subnets/networks and mapped to different ports.

Testing

Please use the following URL, ensuring you delete any dockerwatch/* images first.

curl https://raw.githubusercontent.com/oslabs-beta/docker-watch-app/8a4d75aa2020c07c4c5782bc9ca6bb0b337ba2c0/install.yaml | docker-compose -p dockerwatch -f - up -d
BrynnSakell commented 1 year ago

Looks great