allenai / pawls

Software that makes labeling PDFs easy.
https://pawls.apps.allenai.org
Apache License 2.0
380 stars 74 forks source link

Incorrect port numbers in `docker compose up` output #179

Open addisonklinke opened 2 years ago

addisonklinke commented 2 years ago

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