a year 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?
1 Replies
a year ago
960207dd-924b-4cb5-a673-935bbd044e2c
a year ago
Do you have a variable to expose the web server on port 8000?
PORT=8000
a year ago
would changing my Procfile work?
a year ago
web: PORT=8000 gunicorn CambodiaMedical.wsgi:application --log-file - -b :8000