Describe the bug
Unable to access localhost:8080 in web browser when the running Docker Desktop.
To Reproduce
Steps to reproduce the behavior:
- Go to atos directory and run "docker compose up"
- Open http://localhost:8080/ in your browser
- See error
Possible Solution
Update docker-compose.yml with:
network_mode: bridge
ports:
- "127.0.0.1:8080:8080"
under foxglove-studio:
Desktop (please complete the following information):
- OS: Ubuntu 22.04
- Browser Firefox
- Version [e.g. 22]
- Docker Desktop