You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
run with docker compose up. When running, no paged should be displayed due to the invalid proxy server. Unfortioanlly, browsing works fine (albeit unproxied).
Environment
I've run in to this issue in multiple environments including locally and cloud hosted (Cloud Run),
Container creation
see above
Container log
.
Container inspect
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered:
I had the same issue but fixed it by essentially double quoting the string values. It's as if the variables expect an integer or boolean. quoting the strings lets the system know they are strings. I use Ansible for my deployments. You could try switching the quote marks but I am not sure.
Current Behavior
When provisioning proxy settings via env vars, the settings aren't applied until accessing proxy settings via the giu and clicking "OK"
Expected Behavior
Proxy setting should be applied out of the box
Steps To Reproduce
docker-compose.yaml
run with
docker compose up
. When running, no paged should be displayed due to the invalid proxy server. Unfortioanlly, browsing works fine (albeit unproxied).Environment
I've run in to this issue in multiple environments including locally and cloud hosted (Cloud Run),
Container creation
see above
Container log
Container inspect
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: