Closed MarcS1975 closed 3 months ago
It works for me just fine.
I did docker run -d -v /var/run/docker.sock:/var/run/docker.sock -p 8080:8080 amir20/dozzle
and every thing is smooth.
Did it used to work for you? I am trying to figure out if something changed.
I think I'll need more details to help. Can you run in a new env and see if it works?
Sorry I can't help more since I can't reproduce it.
Possibly related to #3085 which wasn't a Dozzle issue.
Haven't heard back. This doesn't like a Dozzle issue so closing.
Hi. Sorry for the delay. The issue is not related to #3085 and it is only happening in Chrome. The problem only started recently. It used to work fine in Chrome. My Compose file is as follows
services:
dozzle:
container_name: dozzle
image: amir20/dozzle:latest
volumes:
- /var/run/docker.sock:/var/run/docker.sock
ports:
- 9999:8080
restart: always```
Sorry. Can't help much since I can't reproduce this. It might a browser extension or something else.
Describe the bug Everything on the Dozzle webpage becomes unclickable. I can still scroll but I can't click on anything. Its like I'm looking at a screen shot and I have to refresh the page or if I wait long enough it comes back.
Steps to reproduce the behavior:
Expected behavior See logfile of clicked container
Desktop (please complete the following information):
OS: Windows 11
Docker 27.0.3
Browser & version Chrome Chrome is up to date, Version 126.0.6478.127 (Official Build) (64-bit)
Version 'head'