Well, I’m here again. I get a 504 gateway timeout after upgrading or doing docker-compose down, and found a weird fix for it.
docker kill your postgres instance
Go to your webpage and wait for it to tell you an error
docker-compose up -d and now it’ll work
I tried killing postgres and bringing it up immediately as well but that did not fix the problem. Weird magical incantation and downvote me all you want, just wanted to throw it out there.
Well, I’m here again. I get a 504 gateway timeout after upgrading or doing
docker-compose down
, and found a weird fix for it.docker kill
your postgres instancedocker-compose up -d
and now it’ll workI tried killing postgres and bringing it up immediately as well but that did not fix the problem. Weird magical incantation and downvote me all you want, just wanted to throw it out there.