Open xFGhoul opened 3 years ago
whenever I run docker-compose up -d everything works, but when I go to localhost:8000 nginx returns 499 then 504, and it does this every time.
docker-compose up -d
localhost:8000
499
504
I think this might be fixed by the changes in #178. I think I saw this somewhere along the way while troubleshooting things.
whenever I run
docker-compose up -d
everything works, but when I go tolocalhost:8000
nginx returns499
then504
, and it does this every time.