AlanMW

Results 6 comments of AlanMW

My webUI stopped hanging up when I removed the `--medvram` flag as well. It cuts my speed from 6.5 it/s to 3 it/s but at least it runs.

I got this up and working today, seems the issue is the front end not communicating with the server. So the environmental variables for `PUBLIC_URL` and `PUBLIC_SERVER` are critical. I...

I had it working no problem on my local network by using the docker-compose.yml [file](https://github.com/AmruthPillai/Reactive-Resume/blob/main/docker-compose.yml) in the code. Make sure you start there.

@wiebereu I misread you previous reply, if you can get it working locally, then it is an issue with `PUBLIC_SERVER` setting most likely. Look out for the small things like...

I tried adding `125.212.220.41` to my compose file, and it didnt work for me. ``` Running version latest built on 2022-07-24T03:13:44.061Z (commit 877617c) 🔧 Need help? https://github.com/qdm12/gluetun/discussions/new 🐛 Bug? https://github.com/qdm12/gluetun/issues/new...

The issue seemed to solve itself for me. I never really found out the cause of it. I tried all kinds of solutions and then eventually it went back to...