2 years ago
I had an issue earlier today don't know where it went, but I'm still having trouble getting started, I tried editing my docker file, railway.json , I was thinking about restarting my posgres database if that would work?
6 Replies
2 years ago
960207dd-924b-4cb5-a673-935bbd044e2c
2 years ago
Do you have a variable to expose the web server on port 8000?
PORT=8000
2 years ago
would changing my Procfile work?
2 years ago
web: PORT=8000 gunicorn CambodiaMedical.wsgi:application --log-file - -b :8000