Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect port numbers in docker compose up output #179

Open
addisonklinke opened this issue Jun 8, 2022 · 0 comments
Open

Incorrect port numbers in docker compose up output #179

addisonklinke opened this issue Jun 8, 2022 · 0 comments

Comments

@addisonklinke
Copy link

After following the quick start instructions, docker compute up --build ends with the following logs

sonar_1   | ⛵️ Smooth sailing!
sonar_1   | 
ui_1      | Compiled successfully!
ui_1      | 
ui_1      | You can now view ui in the browser.
ui_1      | 
ui_1      |   Local:            http://localhost:3000
ui_1      |   On Your Network:  http://172.18.0.2:3000

Indicating that the service should be viewable on port 3000. However this fails to load anything, and the correct port is 8080 as mentioned in the readme. This inconsistency should be resolved

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant