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
I followed the steps (via installing requirements and doing python stuff) and when I do docker compose up the container crashes on start. This is the log from my portainer:
Running on port 8501
* Serving Flask app 'server.app'
* Debug mode: off
Address not available
I checked all my ports in docker-compose.yml and config.json to be of port 8501:8501 and 8501, but it does not work.
Didn't work for me.
And also changing the port seems to do no effect; the logs from portainer still says that is it "Running on Port 8501" even after I've changed the port to 31500.
I used portainer.io to deploy it. Create "New stack" choose github option then copy paste main github link in this case https://github.com/xtekky/chatgpt-clone then "diploy". It will handle creating container for you and rest. I use Portainer for all my docker containers. I am using it and no issues at all. give it a try.
I followed the steps (via installing requirements and doing python stuff) and when I do docker compose up the container crashes on start. This is the log from my portainer:
I checked all my ports in docker-compose.yml and config.json to be of port 8501:8501 and 8501, but it does not work.
docker-compose.yml
config.json
The text was updated successfully, but these errors were encountered: