You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
After following the quick start instructions,
docker compute up --build
ends with the following logsIndicating 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
The text was updated successfully, but these errors were encountered: