myanello-rescale

Results 3 comments of myanello-rescale

I'm still getting this issue with the docker hosted variant: ``` 2023-12-06T14:06:30.676Z browserless:chrome-helper Chrome PID: 825 2023-12-06T14:06:30.677Z browserless:chrome-helper Finding prior pages 2023-12-06T14:06:30.684Z browserless:chrome-helper Found 1 pages 2023-12-06T14:06:30.684Z browserless:chrome-helper Setting up...

I was able to fix my ssl errors by making the docker file point to https instead. This got it to connect to minio and then download the resume

> @myanello-rescale can you be more specific about the changes? @octavian-negru sure, ``` resume: image: amruthpillai/reactive-resume:latest environment: # -- URLs -- - PUBLIC_URL=http://myhostname.net - STORAGE_URL=http://myhostname.net/default ``` becomes ``` resume: image:...