amir20 / dozzle

Realtime log viewer for docker containers.
https://dozzle.dev/
MIT License
5.02k stars 266 forks source link

Envvar not available anymore #3074

Closed toast-ts closed 1 week ago

toast-ts commented 1 week ago

Describe the bug I wouldn't call this a bug, but I got no choice so... This envvar used to exist in older Dozzle versions but now I have noticed in the logs that newer versions no longer references it anymore. The variable is DOZZLE_WAIT_FOR_DOCKER_SECONDS, however your documentation is the only place in the repository that references it.

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

I can edit this comment to add steps if needed? I feel like it shouldn't be.

Expected behavior

Screenshots image image

Desktop (please complete the following information):

If applicable include logs with --level debug and browser logs

amir20 commented 1 week ago

DOZZLE_WAIT_FOR_DOCKER_SECONDS has been removed in v8. In the future, I will automatically retry agents but localhost docker.sock needs to be there.

amir20 commented 1 week ago

Oh yea I should update the documents 😅

toast-ts commented 1 week ago

Oh I see, haha.

amir20 commented 1 week ago

Fixed in #3083