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

Empty page after docker compose up #52

Open ruslooob opened 1 year ago

ruslooob commented 1 year ago

After using docker compose up i received following output

chatgpt-clone  | Running on port 1338
chatgpt-clone  |  * Serving Flask app 'server.app'
chatgpt-clone  |  * Debug mode: off
chatgpt-clone  | WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.
chatgpt-clone  |  * Running on all addresses (0.0.0.0)
chatgpt-clone  |  * Running on http://127.0.0.1:1338
chatgpt-clone  |  * Running on http://172.18.0.2:1338
chatgpt-clone  | Press CTRL+C to quit

but in all adresses in my browser I get a blank page with message: ERR_CONNECTION_REFUSED Thank for any help.