Skip to content

Unable to access localhost:8080 using Docker Desktop #640

@johanivaz

Description

@johanivaz

Describe the bug
Unable to access localhost:8080 in web browser when the running Docker Desktop.

To Reproduce
Steps to reproduce the behavior:

  1. Go to atos directory and run "docker compose up"
  2. Open http://localhost:8080/ in your browser
  3. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions