xtekky / chatgpt-clone

ChatGPT interface with better UI
https://g4f.ai
GNU General Public License v3.0
3.44k stars 1.03k forks source link

fix docker port #50

Closed philm4 closed 1 year ago

philm4 commented 1 year ago

Error: Unable to access http://127.0.0.1:1338.

Resolution: To access http://127.0.0.1:1338, we need to map the port 1338 of our host machine to the port 1337 of the container.